diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-02 15:19:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:27 -0500 |
commit | bd638ea71c91d8c0a37eb59343ae561a260461c3 (patch) | |
tree | 44c22dc038c7d48a02e4ccb712c7160df444c79e /source4/build | |
parent | d70232a747eee67624ea8798e0459674031ead1c (diff) | |
download | samba-bd638ea71c91d8c0a37eb59343ae561a260461c3.tar.gz samba-bd638ea71c91d8c0a37eb59343ae561a260461c3.tar.bz2 samba-bd638ea71c91d8c0a37eb59343ae561a260461c3.zip |
r6577: Make test works without installation now.
Running as a non-root user using socket_wrapper is possible by simple
export SOCKET_WRAPPER_DIR before running 'make test'
(This used to be commit 6d93fcc407cfd98e42045c65456cfb0c45f0ff1a)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index bc5690ddf3..3b36a94334 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -151,14 +151,8 @@ pch_clean: basics: idl proto_exists test: all - ./script/tests/selftest.sh $(prefix) + ./script/tests/selftest.sh `pwd`/prefix-test -export SOCKET_WRAPPER_DIR=$(shell pwd)/sockdir - -test-swrap: all - mkdir -p $(SOCKET_WRAPPER_DIR) - ./script/tests/selftest.sh $(prefix) - __EOD__ return $output; |