diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-05-15 13:07:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:17:03 -0500 |
commit | 039113fe15eca1c69d6ccf40792d562bcca48ca4 (patch) | |
tree | deb358466258a10e89585b7f35322e7b66f7f62e /source3/script | |
parent | 39c7fe679ecc3035720091a856c18baa45cbcfae (diff) | |
download | samba-039113fe15eca1c69d6ccf40792d562bcca48ca4.tar.gz samba-039113fe15eca1c69d6ccf40792d562bcca48ca4.tar.bz2 samba-039113fe15eca1c69d6ccf40792d562bcca48ca4.zip |
r15620: pass 'target:samba3=yes' to samba4's smbtorture when running samba3's make test
we can use this in samba4's smbtorture to disable tests sections which doesn't pass
against samba3
metze
(This used to be commit fab4de70b65ab5b9d3a93db46f13c7bab0e70464)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/selftest.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index e7b29f76c7..c460c12605 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -160,6 +160,8 @@ if [ x"$RUN_FROM_BUILD_FARM" = x"yes" ];then TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=\"torture:progress=no\"" fi +TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=\"target:samba3=yes\"" + ## ## ready to go...now loop through the tests ## |