diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-08-27 14:38:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:02:52 -0500 |
commit | e1ecb353a595b171e0f0b1da96b1329a9b661465 (patch) | |
tree | ad7fdc00240eb079ae3a81c8d9c61e76f9139ae0 /source4/selftest/test_quick.sh | |
parent | a73a8d4b9d09b5bb98b58f23196bd44263158cde (diff) | |
download | samba-e1ecb353a595b171e0f0b1da96b1329a9b661465.tar.gz samba-e1ecb353a595b171e0f0b1da96b1329a9b661465.tar.bz2 samba-e1ecb353a595b171e0f0b1da96b1329a9b661465.zip |
r24707: Remove some more cruft from the test list generation code.
(This used to be commit 76dddbdb519e2ff5384cb931cd24d6763985c5b2)
Diffstat (limited to 'source4/selftest/test_quick.sh')
-rwxr-xr-x | source4/selftest/test_quick.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/selftest/test_quick.sh b/source4/selftest/test_quick.sh index e2c14e42f2..438c04e444 100755 --- a/source4/selftest/test_quick.sh +++ b/source4/selftest/test_quick.sh @@ -14,8 +14,7 @@ tests="$tests RAW-UNLINK RAW-READ RAW-CLOSE RAW-IOCTL RAW-RENAME" tests="$tests RAW-EAS RAW-STREAMS" for t in $tests; do - name="$t" - plantest "$name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/tmp -U"\$USERNAME"%"\$PASSWORD" $t + plantest "$t" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/tmp -U"\$USERNAME"%"\$PASSWORD" $t done name=BASE-OPEN |