Author: jelmer
Date: 2007-09-26 19:19:56 +0000 (Wed, 26 Sep 2007)
New Revision: 25357

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

Log:
Add non-build-farm-specific skip list
Added:
   branches/3.2-perltest/source/samba3-skip-nobuildfarm
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:file-ids
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/3.2-perltest/source/Makefile.in
===================================================================
--- branches/3.2-perltest/source/Makefile.in    2007-09-26 19:05:51 UTC (rev 
25356)
+++ branches/3.2-perltest/source/Makefile.in    2007-09-26 19:19:56 UTC (rev 
25357)
@@ -52,6 +52,8 @@
 
 [EMAIL PROTECTED]@
 
+SELFTEST_ARGS = @SELFTEST_ARGS@
+
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
@@ -2097,7 +2099,7 @@
 
 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
+                  --expected-failures=samba3-knownfail --target=samba3 
--skip=samba3-skip $(SELFTEST_ARGS)
 ##
 ## Targets for 'make test'
 ##

Modified: branches/3.2-perltest/source/configure.in
===================================================================
--- branches/3.2-perltest/source/configure.in   2007-09-26 19:05:51 UTC (rev 
25356)
+++ branches/3.2-perltest/source/configure.in   2007-09-26 19:19:56 UTC (rev 
25357)
@@ -6416,7 +6416,9 @@
        AC_DEFINE(ENABLE_BUILD_FARM_HACKS, 1, [Defined if running in the build 
farm])
 else
        AC_MSG_RESULT(no)
+       SELFTEST_ARGS="$SELFTEST_ARGS --skip=samba3-skip-nobuildfarm"
 fi
+AC_SUBST(SELFTEST_ARGS)
 
 #################################################
 # check for bad librt/libpthread interactions

Added: branches/3.2-perltest/source/samba3-skip-nobuildfarm
===================================================================
--- branches/3.2-perltest/source/samba3-skip-nobuildfarm        2007-09-26 
19:05:51 UTC (rev 25356)
+++ branches/3.2-perltest/source/samba3-skip-nobuildfarm        2007-09-26 
19:19:56 UTC (rev 25357)
@@ -0,0 +1,3 @@
+RPC-NETLOGSAMBA3                               # FIXME: Should only be run on 
the build farm
+RPC-SAMBA3SESSIONKEY                   # FIXME: Should only be run on the 
build farm
+RPC-SAMBA3-GETUSERNAME                 # FIXME: Should only be run on the 
build farm

Reply via email to