[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1904] nagiosplug/trunk/tools/tinderbox_build

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Wed Jan 9 05:27:52 CET 2008


Revision: 1904
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1904&view=rev
Author:   dermoth
Date:     2008-01-08 20:27:52 -0800 (Tue, 08 Jan 2008)

Log Message:
-----------
make test-debug generate lots of false errors in tinderbox. Turning off until we find a solution (so al least we can watch the tinderbox for breakages again)

Modified Paths:
--------------
    nagiosplug/trunk/tools/tinderbox_build

Modified: nagiosplug/trunk/tools/tinderbox_build
===================================================================
--- nagiosplug/trunk/tools/tinderbox_build	2008-01-08 23:08:46 UTC (rev 1903)
+++ nagiosplug/trunk/tools/tinderbox_build	2008-01-09 04:27:52 UTC (rev 1904)
@@ -266,8 +266,8 @@
 
 sub maketest {
         # Tests
-        print LOG "LANG=C make test-debug 2>&1\n";
-        open( MAKE, "LANG=C make test-debug && make install DESTDIR=$TmpDir/tinderbox_build.$$ && make install-strip DESTDIR=$TmpDir/tinderbox_build2.$$ 2>&1 |");
+        print LOG "LANG=C make test 2>&1\n";
+        open( MAKE, "LANG=C make test && make install DESTDIR=$TmpDir/tinderbox_build.$$ && make install-strip DESTDIR=$TmpDir/tinderbox_build2.$$ 2>&1 |");
 	while ( <MAKE> ) {
 		print $_;
 		print LOG $_;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list