diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-26 11:37:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:36 -0500 |
commit | 4ab340d75d58f33e402bc542df8b9ec16f9b9fcf (patch) | |
tree | 3a08faede4c4ddce37f43895f6fc73c6ac447e7c /source4 | |
parent | b4d171d4df67a8c95ff0e298e6dcaaf0aaa87373 (diff) | |
download | samba-4ab340d75d58f33e402bc542df8b9ec16f9b9fcf.tar.gz samba-4ab340d75d58f33e402bc542df8b9ec16f9b9fcf.tar.bz2 samba-4ab340d75d58f33e402bc542df8b9ec16f9b9fcf.zip |
r9644: add LOCAL-PAC to the list of 'make test' tests
(This used to be commit 13185f468f7f2a6773e58c14480f19c038dfd797)
Diffstat (limited to 'source4')
-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 1e35c82e18..0b68cae657 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_tests="LOCAL-NTLMSSP LOCAL-TALLOC LOCAL-MESSAGING LOCAL-IRPC LOCAL-BINDING LOCAL-IDTREE LOCAL-SOCKET LOCAL-PAC" if [ $# -lt 0 ]; then cat <<EOF |