diff options
author | Martin Pool <mbp@samba.org> | 2001-09-07 07:50:31 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-09-07 07:50:31 +0000 |
commit | 8f98c608b91af5aba17e219b5e929d5ecbd5b3a2 (patch) | |
tree | 8b954fdf44d7dc01026ebfc7892732c085daf9c9 /runtests.sh | |
parent | 32c58f06e01b1826cf6c74f0d3f29802ae8a28a9 (diff) | |
download | rsync-8f98c608b91af5aba17e219b5e929d5ecbd5b3a2.tar.gz rsync-8f98c608b91af5aba17e219b5e929d5ecbd5b3a2.tar.bz2 rsync-8f98c608b91af5aba17e219b5e929d5ecbd5b3a2.zip |
Remove test trace stuff.
Diffstat (limited to 'runtests.sh')
-rwxr-xr-x | runtests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |