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

tridge at samba.org tridge at samba.org
Tue May 17 07:38:10 GMT 2005


Author: tridge
Date: 2005-05-17 07:38:01 +0000 (Tue, 17 May 2005)
New Revision: 6853

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

Log:
again fixed SOCKET_WRAPPER_DIR in 'make test'


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-05-17 07:37:17 UTC (rev 6852)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-05-17 07:38:01 UTC (rev 6853)
@@ -153,8 +153,7 @@
 test: @DEFAULT_TEST_TARGET@
 
 test-swrap: all
-	export SOCKET_WRAPPER_DIR=.
-	./script/tests/selftest.sh `pwd`/prefix-test
+	SOCKET_WRAPPER_DIR=. ./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