]> p2p-next.cs.pub.ro Git - p2p-testing-infrastructure.git/commitdiff
Turned off all debug messages
authorGeorge Milescu <george.milescu@gmail.com>
Sat, 7 Aug 2010 17:05:19 +0000 (19:05 +0200)
committerGeorge Milescu <george.milescu@gmail.com>
Sat, 7 Aug 2010 17:05:19 +0000 (19:05 +0200)
Signed-off-by: George Milescu <george.milescu@gmail.com>
ConfigFiles/client_script_mappings
ControlScripts/detect_complete_client.sh
ControlScripts/parse_client_log.sh
ControlScripts/schedule_client.sh
ControlScripts/stop_client.sh

index f7a1b2fb28601428ccf89e9be7ecae862c3eb8f7..64367cdd4a364f7db81f502dd017f72dd6269203 100644 (file)
@@ -7,7 +7,7 @@
 
 DEBUG()
 {
-       test ${_DEBUG} = "off" && $@
+       test ${_DEBUG} = "on" && $@
 }
 
 start_client()
index 4d7c960b0c73ba739f217955d8dfbdad74ebad64..972dc3c7e2d762fcdb162173adb3e3847b00c86f 100755 (executable)
@@ -9,7 +9,7 @@
 # Command line argument specifies client type
 
 # use _DEBUG="off" to turn off debug printing
-_DEBUG="on"
+_DEBUG="off"
 
 if test $# -ne 1; then
        echo "usage: $0 log-file" 1>&2
index 437acf5b088290826c7a124f5b8828a1b564f24e..b45040856c502d4f8928332b5caa959c8c22b53f 100755 (executable)
@@ -9,7 +9,7 @@
 # Command line argument specifies client type, log folder and log file
 
 # use _DEBUG="off" to turn off debug printing
-_DEBUG="on"
+_DEBUG="off"
 
 if test $# -ne 3; then
        echo "usage: $0 client-type log-folder log-file" 1>&2
index e445ccfdd28b8521c2c38ada56bd11366ebb5c80..9c3fe63ffd66f3c2cfa157e3ad553b30e61a5b61 100755 (executable)
@@ -8,7 +8,7 @@
 #  * manages when client completes
 
 # use _DEBUG="off" to turn off debug printing
-_DEBUG="on"
+_DEBUG="off"
 
 # Read the global configuration file
 # Check if the global configuration file exists
index 27ab8ff39bd04622286382085a8615f686ac30e8..d4d7b3f3b4816ba802ba80b78b007de6e2856f70 100755 (executable)
@@ -8,7 +8,7 @@
 #  * stop schedule_client.sh script
 
 # use _DEBUG="off" to turn off debug printing
-_DEBUG="on"
+_DEBUG="off"
 
 # Read the global configuration file
 # Check if the global configuration file exists