Code

make test-debug generate lots of false errors in tinderbox. Turning off until we...
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>
Wed, 9 Jan 2008 04:27:52 +0000 (04:27 +0000)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>
Wed, 9 Jan 2008 04:27:52 +0000 (04:27 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1904 f882894a-f735-0410-b71e-b25c423dba1c

tools/tinderbox_build

index 93c40631e8bad1ff2870b5785ed0bbef81a24e5e..70fb07a36d249708c84a22722085c11efd975561 100755 (executable)
@@ -266,8 +266,8 @@ sub make {
 
 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 $_;