Remove test trace stuff.
authorMartin Pool <mbp@samba.org>
Fri, 7 Sep 2001 07:50:31 +0000 (07:50 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 7 Sep 2001 07:50:31 +0000 (07:50 +0000)
runtests.sh
testsuite/rsync.fns

index 1e11f6b..05ffc90 100755 (executable)
@@ -208,7 +208,6 @@ echo '------------------------------------------------------------'
 # we want, and if we just call expr then this script will always fail,
 # because -e is set.
 
-set -x
 result=`expr $failed + $missing || true`
 echo "overall result is $result"
 exit $result
index c501718..f2cdd47 100644 (file)
@@ -84,8 +84,8 @@ hands_setup() {
     mkdir ${FROM}/dir/subdir/subsubdir2
     ls -lt /bin > ${FROM}/dir/subdir/subsubdir2/bin-lt-list
 
-    echo testing head:
-    ls -lR ${srcdir} | head -10 || echo failed
+#      echo testing head:
+#      ls -lR ${srcdir} | head -10 || echo failed
 }