You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2011/05/30 19:50:14 UTC

svn commit: r1129274 - /spamassassin/trunk/build/jenkins/run_build

Author: kmcgrail
Date: Mon May 30 17:50:13 2011
New Revision: 1129274

URL: http://svn.apache.org/viewvc?rev=1129274&view=rev
Log:
got the build to work.  Working on make test and make disttest

Modified:
    spamassassin/trunk/build/jenkins/run_build

Modified: spamassassin/trunk/build/jenkins/run_build
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/jenkins/run_build?rev=1129274&r1=1129273&r2=1129274&view=diff
==============================================================================
--- spamassassin/trunk/build/jenkins/run_build (original)
+++ spamassassin/trunk/build/jenkins/run_build Mon May 30 17:50:13 2011
@@ -66,9 +66,9 @@ mv t/log artifacts/t.log.make_test
 mv Mail-SpamAssassin*/t/log artifacts/t.log.make_disttest
 
 # generate XML test reports (multifile)
-perl ./build/jenkins/tap-to-junit-xml \
+perl -I /export/home/hudson/tools/sa_perl/lib/site_perl/ ./build/jenkins/tap-to-junit-xml \
     "make test" testxml/make_test < artifacts/make_test.log
-perl ./build/jenkins/tap-to-junit-xml \
+perl -I /export/home/hudson/tools/sa_perl/lib/site_perl/ ./build/jenkins/tap-to-junit-xml \
     "make disttest" testxml/make_disttest < artifacts/make_disttest.log
 
 # --------------------------------------------------------------------------