diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/runtest | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/runtest b/bin/runtest index 42c8ac1..2345b09 100755 --- a/bin/runtest +++ b/bin/runtest @@ -291,9 +291,8 @@ SNAPTEST_CONFIG() STANDARD_OPT="$y" ;; *) # unknown configuration option - echo "***Unknown configuration option***" echo $x $y - echo "***Ignored***" + echo "***Unknown configuration option. Ignored.***" ;; esac done < $SNAPTESTCFG @@ -368,7 +367,6 @@ StartTime=`SecOfDay` # Process the configuration SNAPTEST_CONFIG -echo STANDARD_OPT=$STANDARD_OPT # Do a checkout if one has not been done today # Also check MANIFEST file @@ -394,9 +392,6 @@ fi # we can use the version of script in SNAPYARD/current now PROGNAME="$SNAPYARD/current/$PROGNAME" -echo PROGNAME=$PROGNAME -echo SNAPSHOT=$SNAPSHOT - # Decide to do test for the local host or for remote hosts if [ -n "$TESTHOST" -a $HOSTNAME != "$TESTHOST" ]; then date |