From: Martin Pool Date: Fri, 7 Sep 2001 07:50:31 +0000 (+0000) Subject: Remove test trace stuff. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/8f98c608b91af5aba17e219b5e929d5ecbd5b3a2 Remove test trace stuff. --- diff --git a/runtests.sh b/runtests.sh index 1e11f6b0..05ffc901 100755 --- a/runtests.sh +++ b/runtests.sh @@ -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 diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index c5017187..f2cdd47e 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -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 }