summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-03-13 13:44:04 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-03-13 13:44:04 (GMT)
commitd4d38358030568a5cd49530b1fb971f6150f8672 (patch)
tree680390ee630f4bfdd61b9bbf8c01804a1b9b8681 /bin
parentc601f4857484373b2d20ab9c789224c86777049b (diff)
downloadhdf5-d4d38358030568a5cd49530b1fb971f6150f8672.zip
hdf5-d4d38358030568a5cd49530b1fb971f6150f8672.tar.gz
hdf5-d4d38358030568a5cd49530b1fb971f6150f8672.tar.bz2
[svn-r3614] Purpose:
Bug fix Description: removed two debug statements used before.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/runtest2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/runtest b/bin/runtest
index d3be14d..c69ccb3 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -496,10 +496,8 @@ echo TEST_TYPES=$TEST_TYPES
# Do a checkout if one has not been done today
# Also check MANIFEST file
-echo NOCVS=$NOCVS
if [ -z "$NOCVS" -a ! -f $CVSLOG ]; then
echo Running CVS checkout with output saved in $CVSLOG
-exit -1
# Set CVS lock first
touch $CVSLOG_LOCK
($SNAPSHOT checkout ) >> $CVSLOG 2>&1