From 7a4496f606ab3d6594489eeee89ed2140b8c7655 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 30 Jun 2005 17:05:02 +0000 Subject: r8020: - add --with-selftest-prefix option that specify the prefix used in make test - also we use ./prefix test as default and not `pwd`/prefix-test to workaround the path length limit for unix sockets ... char sun_path[108]; ... metze (This used to be commit d04057b932266325b1267597b2bc202db392a88a) --- source4/build/smb_build/makefile.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/build/smb_build/makefile.pm') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index a9ac1d76b1..97dd0b5710 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -148,10 +148,10 @@ basics: idl proto_exists test: @DEFAULT_TEST_TARGET@ test-swrap: all - ./script/tests/selftest.sh `pwd`/prefix-test SOCKET_WRAPPER + ./script/tests/selftest.sh @selftest_prefix@/prefix-test SOCKET_WRAPPER test-noswrap: all - ./script/tests/selftest.sh `pwd`/prefix-test + ./script/tests/selftest.sh @selftest_prefix@/prefix-test __EOD__ } -- cgit