diff options
-rw-r--r-- | source4/build/smb_build/makefile.pm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index ed06e7265d..f9221879bf 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -154,13 +154,8 @@ test: @DEFAULT_TEST_TARGET@ test-swrap: all export SOCKET_WRAPPER_DIR=. -ifeq (@HAVE_SOCKET_WRAPPER@,yes) ./script/tests/selftest.sh `pwd`/prefix-test -else - echo "Socket wrapper not built in, unable to run test-swrap" - exit 1 -endif - + test-noswrap: all ./script/tests/selftest.sh `pwd`/prefix-test |