diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-01-23 10:08:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:44:04 -0500 |
commit | fe938ca91f6ead7371390ec01a232dde0565c42e (patch) | |
tree | 8549b24bdf4c94854909b5ef454cfc1223c1c070 /source4/script/tests/tests_all.sh | |
parent | d2bfa6611924a6f6c2bc0571f71414818d8968fd (diff) | |
download | samba-fe938ca91f6ead7371390ec01a232dde0565c42e.tar.gz samba-fe938ca91f6ead7371390ec01a232dde0565c42e.tar.bz2 samba-fe938ca91f6ead7371390ec01a232dde0565c42e.zip |
r20967: Allow pidl tests to work with gcov
(This used to be commit 9da63e362c9d590388c77d882f9dbf54b0aa78cc)
Diffstat (limited to 'source4/script/tests/tests_all.sh')
-rwxr-xr-x | source4/script/tests/tests_all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/tests_all.sh b/source4/script/tests/tests_all.sh index 8f3f5522a0..623184ad02 100755 --- a/source4/script/tests/tests_all.sh +++ b/source4/script/tests/tests_all.sh @@ -1,4 +1,5 @@ #!/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 +12,4 @@ $SRCDIR/script/tests/test_posix.sh //$SERVER/tmp $USERNAME $PASSWORD "" $SRCDIR/script/tests/test_local.sh $SRCDIR/script/tests/test_blackbox.sh $SERVER $USERNAME $PASSWORD $DOMAIN $PREFIX - $SRCDIR/script/tests/test_pidl.sh $SRCDIR/script/tests/test_simple.sh //$SERVER/simple $USERNAME $PASSWORD "" |