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

jelmer at samba.org jelmer at samba.org
Tue Sep 25 18:02:19 GMT 2007


Author: jelmer
Date: 2007-09-25 18:02:17 +0000 (Tue, 25 Sep 2007)
New Revision: 25322

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

Log:
Merge metze's changes.
Modified:
   branches/3.2-perltest/
   branches/3.2-perltest/source/Makefile.in
   branches/3.2-perltest/source/configure.in


Changeset:

Property changes on: branches/3.2-perltest
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:ancestry:v3-trunk0
...skipped...
Name: bzr:file-ids
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...
Name: svk:merge
...skipped...

Modified: branches/3.2-perltest/source/Makefile.in
===================================================================
--- branches/3.2-perltest/source/Makefile.in	2007-09-25 18:01:40 UTC (rev 25321)
+++ branches/3.2-perltest/source/Makefile.in	2007-09-25 18:02:17 UTC (rev 25322)
@@ -2095,7 +2095,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-25 18:01:40 UTC (rev 25321)
+++ branches/3.2-perltest/source/configure.in	2007-09-25 18:02:17 UTC (rev 25322)
@@ -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