svn commit: samba r7389 - in branches/SAMBA_4_0/source/build/smb_build: .

metze at samba.org metze at samba.org
Wed Jun 8 12:35:07 GMT 2005


Author: metze
Date: 2005-06-08 12:35:07 +0000 (Wed, 08 Jun 2005)
New Revision: 7389

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7389

Log:
move socket wrapper dir also to the prefix-test dir

metze
Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-06-08 12:15:19 UTC (rev 7388)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-06-08 12:35:07 UTC (rev 7389)
@@ -148,7 +148,7 @@
 test: @DEFAULT_TEST_TARGET@
 
 test-swrap: all
-	SOCKET_WRAPPER_DIR=. ./script/tests/selftest.sh `pwd`/prefix-test
+	SOCKET_WRAPPER_DIR=`pwd`/prefix-test ./script/tests/selftest.sh `pwd`/prefix-test
 
 test-noswrap: all
 	./script/tests/selftest.sh `pwd`/prefix-test



More information about the samba-cvs mailing list