diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-09-21 20:11:47 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-09-21 22:54:34 -0700 |
commit | ea1ed67d15b0b2d70fff638c3c5c79de66312e9c (patch) | |
tree | 6414951e3e11ec7e06417a9210baf915eb39e331 /source4/selftest | |
parent | e456c69498bfe5beb8421bcde523d24f50a34d0c (diff) | |
download | samba-ea1ed67d15b0b2d70fff638c3c5c79de66312e9c.tar.gz samba-ea1ed67d15b0b2d70fff638c3c5c79de66312e9c.tar.bz2 samba-ea1ed67d15b0b2d70fff638c3c5c79de66312e9c.zip |
s4-test: Allow running individual tests for smbtorture tests.
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index a0483b7735..478db3842b 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -91,7 +91,7 @@ plansmbtorturetestsuite() { other_args="$*" modname=`normalize_testname $name` cmdline="$VALGRIND $smb4torture $other_args $name" - plantestsuite "$modname" "$env" $cmdline + plantestsuite_loadlist "$modname" "$env" $cmdline } samba4srcdir="`dirname $0`/.." |