From 6c915a1fa6297bc7cbc08af7baa17274f1a9e492 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 13 Mar 2001 08:44:06 -0500 Subject: [svn-r3615] Purpose: Bug fix Description: removed two debug statements used before. --- bin/runtest | 2 -- 1 file changed, 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 -- cgit v0.12