diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-01-31 20:51:00 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-01-31 20:51:00 (GMT) |
commit | b809e9c3a269fb7c9aff3ffa29a16bee1572b739 (patch) | |
tree | 08389ed530ea6ff2dd63469d9c95eca8c38e12db /bin | |
parent | bd41d7a9b404ae72268c8e4482b98cc3d4ed093e (diff) | |
download | hdf5-b809e9c3a269fb7c9aff3ffa29a16bee1572b739.zip hdf5-b809e9c3a269fb7c9aff3ffa29a16bee1572b739.tar.gz hdf5-b809e9c3a269fb7c9aff3ffa29a16bee1572b739.tar.bz2 |
[svn-r3339] Got rid some debug echo statements.
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 |