svn commit: samba r12778 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Sun Jan 8 20:50:19 GMT 2006


Author: metze
Date: 2006-01-08 20:50:18 +0000 (Sun, 08 Jan 2006)
New Revision: 12778

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

Log:
export TEST_DATA_PREFIX in make test

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-01-08 20:47:48 UTC (rev 12777)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-01-08 20:50:18 UTC (rev 12778)
@@ -46,6 +46,9 @@
 export PREFIX_ABS
 cd $OLD_PWD
 
+TEST_DATA_PREFIX=$PREFIX_ABS
+export TEST_DATA_PREFIX
+
 TMPDIR=$PREFIX_ABS/tmp
 LIBDIR=$PREFIX_ABS/lib
 PIDDIR=$PREFIX_ABS/pid



More information about the samba-cvs mailing list