summaryrefslogtreecommitdiff
path: root/source4/selftest/samba4_tests.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-10-26 23:28:36 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:39 +0100
commita7eedba7c4c86356a8453158e59eb95471dd270f (patch)
tree1165fee40e8b01068b4555a262172bc41bd4d61a /source4/selftest/samba4_tests.sh
parent9d4addadc089b52867c98d714894192e832a27d2 (diff)
downloadsamba-a7eedba7c4c86356a8453158e59eb95471dd270f.tar.gz
samba-a7eedba7c4c86356a8453158e59eb95471dd270f.tar.bz2
samba-a7eedba7c4c86356a8453158e59eb95471dd270f.zip
r25743: Write short summary of failed tests and skipped tests to file.
(This used to be commit 22cb93e5c00c9bd2a9288ba13336389d45c9987f)
Diffstat (limited to 'source4/selftest/samba4_tests.sh')
-rwxr-xr-xsource4/selftest/samba4_tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh
index 4f2a2cb445..6b6a48769f 100755
--- a/source4/selftest/samba4_tests.sh
+++ b/source4/selftest/samba4_tests.sh
@@ -271,11 +271,11 @@ WINBIND_STRUCT_TESTS=`$samba4bindir/smbtorture --list | grep "^WINBIND-STRUCT" |
WINBIND_NDR_TESTS=`$samba4bindir/smbtorture --list | grep "^WINBIND-NDR" | xargs`
for env in dc member; do
for t in $WINBIND_STRUCT_TESTS; do
- plantest "$ENVNAME:$t" $ENVNAME $samba4bindir/smbtorture $WB_OPTS //_none_/_none_ $t
+ plantest $t $env $samba4bindir/smbtorture $WB_OPTS //_none_/_none_ $t
done
for t in $WINBIND_NDR_TESTS; do
- plantest "$ENVNAME:$t" $ENVNAME $samba4bindir/smbtorture $WB_OPTS //_none_/_none_ $t
+ plantest $t $env $samba4bindir/smbtorture $WB_OPTS //_none_/_none_ $t
done
done