diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-12-02 03:21:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:46:58 -0500 |
commit | 86a6ce529f41556e4146aa1b43e31356286a759b (patch) | |
tree | 904c5a45f3d852eeeed5e9fb42be472bc0f115d9 /source4/script | |
parent | 3aaa6ff496debf806fdb87d7993061eb5e61af1b (diff) | |
download | samba-86a6ce529f41556e4146aa1b43e31356286a759b.tar.gz samba-86a6ce529f41556e4146aa1b43e31356286a759b.tar.bz2 samba-86a6ce529f41556e4146aa1b43e31356286a759b.zip |
r12009: made the LOCAL-SDDL test less verbose by default, and add it to the
standard tests for the build farm
(This used to be commit 9d6d9b6e50dfe5513f332668b860e6a55af3a39c)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/tests/test_local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_local.sh b/source4/script/tests/test_local.sh index 324cad1118..eda7b44ca5 100755 --- a/source4/script/tests/test_local.sh +++ b/source4/script/tests/test_local.sh @@ -1,6 +1,6 @@ #!/bin/sh -local_tests="LOCAL-NTLMSSP LOCAL-TALLOC LOCAL-MESSAGING LOCAL-IRPC LOCAL-BINDING LOCAL-IDTREE LOCAL-SOCKET LOCAL-PAC LOCAL-STRLIST" +local_tests="LOCAL-NTLMSSP LOCAL-TALLOC LOCAL-MESSAGING LOCAL-IRPC LOCAL-BINDING LOCAL-IDTREE LOCAL-SOCKET LOCAL-PAC LOCAL-STRLIST LOCAL-SDDL" if [ $# -lt 0 ]; then cat <<EOF |