diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 18:34:40 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 18:34:40 +0200 |
commit | 740f67d7815250eca67c15b690a8d3f28b377ad2 (patch) | |
tree | 15ca912b6989292f8151dc907fa145afa4cd7174 /source4/selftest | |
parent | d7a0c26af47507910ab8b9363b6c6f2e2815b3d3 (diff) | |
download | samba-740f67d7815250eca67c15b690a8d3f28b377ad2.tar.gz samba-740f67d7815250eca67c15b690a8d3f28b377ad2.tar.bz2 samba-740f67d7815250eca67c15b690a8d3f28b377ad2.zip |
Avoid running target-specific tests during general test run,
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/samba4_tests.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh index f89b9e0ea6..d98910cee3 100755 --- a/source4/selftest/samba4_tests.sh +++ b/source4/selftest/samba4_tests.sh @@ -155,6 +155,7 @@ for t in $net; do done # Tests for session keys +# FIXME: Integrate these into a single smbtorture test bindoptions="" transport="ncacn_np" @@ -263,7 +264,8 @@ fi # Blackbox Tests: # tests that interact directly with the command-line tools rather than using -# the API +# the API. These mainly test that the various command-line options of commands +# work correctly. bbdir=$incdir/../../testprogs/blackbox @@ -278,7 +280,6 @@ plantest "blackbox.masktest" dc $samba4srcdir/torture/tests/test_masktest.sh "\$ plantest "blackbox.gentest" dc $samba4srcdir/torture/tests/test_gentest.sh "\$SERVER" "\$USERNAME" "\$PASSWORD" "\$DOMAIN" "$PREFIX" plantest "blackbox.wbinfo" dc $samba4srcdir/nsswitch/tests/test_wbinfo.sh "\$DOMAIN" "\$USERNAME" "\$PASSWORD" "dc" plantest "blackbox.wbinfo" member $samba4srcdir/nsswitch/tests/test_wbinfo.sh "\$DOMAIN" "\$DC_USERNAME" "\$DC_PASSWORD" "member" -plantest "blackbox.wintest" none $bbdir/test_wintest.sh "$TORTURE_OPTIONS" # Tests using the "Simple" NTVFS backend |