summaryrefslogtreecommitdiff
path: root/source4/script/tests/tests_all.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-01-25 12:39:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:44:20 -0500
commit48bb9bc6cd4dba3b07b0013e59ae5559f566a32e (patch)
treeae9470075fdaf4871981b928489534bb0b428cfd /source4/script/tests/tests_all.sh
parent11ba614ebbf0e6cd9757c6c857692e2e25832201 (diff)
downloadsamba-48bb9bc6cd4dba3b07b0013e59ae5559f566a32e.tar.gz
samba-48bb9bc6cd4dba3b07b0013e59ae5559f566a32e.tar.bz2
samba-48bb9bc6cd4dba3b07b0013e59ae5559f566a32e.zip
r21017: Actually run tests during test phase rather than when generating the recipe.
(This used to be commit b975ce3a471d29fb2c0691c65993f9dfeb066d79)
Diffstat (limited to 'source4/script/tests/tests_all.sh')
-rwxr-xr-xsource4/script/tests/tests_all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/tests_all.sh b/source4/script/tests/tests_all.sh
index 623184ad02..1c1303c4ab 100755
--- a/source4/script/tests/tests_all.sh
+++ b/source4/script/tests/tests_all.sh
@@ -1,5 +1,4 @@
#!/bin/sh
- $SRCDIR/script/tests/test_pidl.sh
$SRCDIR/script/tests/test_ejs.sh $DOMAIN $USERNAME $PASSWORD
$SRCDIR/script/tests/test_ldap.sh $SERVER $USERNAME $PASSWORD
$SRCDIR/script/tests/test_nbt.sh $SERVER
@@ -11,5 +10,6 @@
$SRCDIR/script/tests/test_echo.sh $SERVER $USERNAME $PASSWORD $DOMAIN
$SRCDIR/script/tests/test_posix.sh //$SERVER/tmp $USERNAME $PASSWORD ""
$SRCDIR/script/tests/test_local.sh
+ $SRCDIR/script/tests/test_pidl.sh
$SRCDIR/script/tests/test_blackbox.sh $SERVER $USERNAME $PASSWORD $DOMAIN $PREFIX
$SRCDIR/script/tests/test_simple.sh //$SERVER/simple $USERNAME $PASSWORD ""