svn commit: samba r22183 - in branches/SAMBA_4_0/source: .

abartlet at samba.org abartlet at samba.org
Thu Apr 12 02:28:31 GMT 2007


Author: abartlet
Date: 2007-04-12 02:28:29 +0000 (Thu, 12 Apr 2007)
New Revision: 22183

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

Log:
Perl might not be in /usr/bin/perl, so use $(PERL) from the makefile
to start the selftest script.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2007-04-12 02:27:25 UTC (rev 22182)
+++ branches/SAMBA_4_0/source/main.mk	2007-04-12 02:28:29 UTC (rev 22183)
@@ -283,7 +283,7 @@
 
 check:: test
 
-SELFTEST = $(srcdir)/script/tests/selftest.pl --prefix=${selftest_prefix} \
+SELFTEST = $(PERL) $(srcdir)/script/tests/selftest.pl --prefix=${selftest_prefix} \
     --builddir=$(builddir) --srcdir=$(srcdir) \
     --expected-failures=$(srcdir)/samba4-knownfail \
     --skip=$(srcdir)/samba4-skip \



More information about the samba-cvs mailing list