summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-03-13 13:44:06 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-03-13 13:44:06 (GMT)
commit6c915a1fa6297bc7cbc08af7baa17274f1a9e492 (patch)
tree576fb1d216200028b3cebcad50fa98e354a6066a /bin
parentbe066eb844a0fba36ff346dd038b03e22a45887b (diff)
downloadhdf5-6c915a1fa6297bc7cbc08af7baa17274f1a9e492.zip
hdf5-6c915a1fa6297bc7cbc08af7baa17274f1a9e492.tar.gz
hdf5-6c915a1fa6297bc7cbc08af7baa17274f1a9e492.tar.bz2
[svn-r3615] 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 55ebdf4..d77ffa3 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