diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-06-26 20:09:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:33 -0500 |
commit | 1afab0e36f87373805841bc80d2ab3b8437a5917 (patch) | |
tree | e9cdddb568e04950ab310a8086e38435416e20ca /source4/script/tests | |
parent | 6b749f225e8d1c910820a6576952f130e72bab84 (diff) | |
download | samba-1afab0e36f87373805841bc80d2ab3b8437a5917.tar.gz samba-1afab0e36f87373805841bc80d2ab3b8437a5917.tar.bz2 samba-1afab0e36f87373805841bc80d2ab3b8437a5917.zip |
r16527: Add target argument for smbtorture.
Remove duplicate unc path separator conversion.
Add prefix for tempdirs.
(This used to be commit 3763ed3092fa89558390a9721be8437a7c380790)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/selftest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index d6023e5bd7..c5df7146e5 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -62,7 +62,7 @@ TORTURE_INTERFACES='127.0.0.26/8,127.0.0.27/8,127.0.0.28/8,127.0.0.29/8,127.0.0. TORTURE_OPTIONS="--option=interfaces=$TORTURE_INTERFACES $CONFIGURATION" # ensure any one smbtorture call doesn't run too long TORTURE_OPTIONS="$TORTURE_OPTIONS --maximum-runtime=$TORTURE_MAXTIME" -TORTURE_OPTIONS="$TORTURE_OPTIONS --option=target:samba4=yes" +TORTURE_OPTIONS="$TORTURE_OPTIONS --target=samba4" export TORTURE_OPTIONS if [ x"$RUN_FROM_BUILD_FARM" = x"yes" ];then |