From e1ecb353a595b171e0f0b1da96b1329a9b661465 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 27 Aug 2007 14:38:13 +0000 Subject: r24707: Remove some more cruft from the test list generation code. (This used to be commit 76dddbdb519e2ff5384cb931cd24d6763985c5b2) --- source4/selftest/test_cifs.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source4/selftest/test_cifs.sh') diff --git a/source4/selftest/test_cifs.sh b/source4/selftest/test_cifs.sh index 2bf3c4a5b1..76bb4c65e7 100755 --- a/source4/selftest/test_cifs.sh +++ b/source4/selftest/test_cifs.sh @@ -10,12 +10,8 @@ incdir=`dirname $0` raw=`bin/smbtorture --list | grep "^RAW-" | xargs` base=`bin/smbtorture --list | grep "^BASE-" | xargs` -tests="$base $raw $smb2" +tests="$base $raw" for t in $tests; do - if [ ! -z "$start" -a "$start" != $t ]; then - continue; - fi - start="" plantest "ntvfs/cifs $t" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$NETBIOSNAME/cifs -U"\$USERNAME"%"\$PASSWORD" $t done -- cgit