From 34fdd021f91e2f715e2a321132e72fd8bfa472e5 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Wed, 9 Jan 2008 04:27:52 +0000 Subject: 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) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1904 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/tools/tinderbox_build b/tools/tinderbox_build index 93c4063..70fb07a 100755 --- a/tools/tinderbox_build +++ b/tools/tinderbox_build @@ -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 ( ) { print $_; print LOG $_; -- cgit v0.10-9-g596f