svn commit: samba r24906 - in branches/3.2-perltest/source: .

metze at samba.org metze at samba.org
Sun Sep 2 18:57:51 GMT 2007


Author: metze
Date: 2007-09-02 18:57:50 +0000 (Sun, 02 Sep 2007)
New Revision: 24906

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

Log:
fix --with-selftest-prefix=

metze
Modified:
   branches/3.2-perltest/source/Makefile.in
   branches/3.2-perltest/source/configure.in


Changeset:
Modified: branches/3.2-perltest/source/Makefile.in
===================================================================
--- branches/3.2-perltest/source/Makefile.in	2007-09-02 18:25:59 UTC (rev 24905)
+++ branches/3.2-perltest/source/Makefile.in	2007-09-02 18:57:50 UTC (rev 24906)
@@ -2087,7 +2087,7 @@
 	done
 
 
-SELFTEST = $(PERL) $(samba4srcdir)/selftest/selftest.pl --prefix=${selftest_prefix}/st \
+SELFTEST = $(PERL) $(samba4srcdir)/selftest/selftest.pl --prefix=${selftest_prefix} \
 		   --srcdir="${samba4srcdir}" --bindir=${builddir}/bin --testlist="${srcdir}/script/tests/tests_all.sh|" \
 		   --expected-failures=samba3-knownfail --target=samba3 --skip=samba3-skip
 ##

Modified: branches/3.2-perltest/source/configure.in
===================================================================
--- branches/3.2-perltest/source/configure.in	2007-09-02 18:25:59 UTC (rev 24905)
+++ branches/3.2-perltest/source/configure.in	2007-09-02 18:57:50 UTC (rev 24906)
@@ -373,7 +373,7 @@
 
 #################################################
 # set prefix for 'make test'
-selftest_prefix="./"
+selftest_prefix="./st"
 AC_SUBST(selftest_prefix)
 AC_ARG_WITH(selftest-prefix,
 [  --with-selftest-prefix=DIR    The prefix where make test will be runned ($selftest_prefix)],



More information about the samba-cvs mailing list