summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ef7071)
raw | patch | inline | side by side (parent: 7ef7071)
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Wed, 9 Jan 2008 04:27:52 +0000 (04:27 +0000) | ||
committer | Thomas 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 | patch | blob | history |
diff --git a/tools/tinderbox_build b/tools/tinderbox_build
index 93c40631e8bad1ff2870b5785ed0bbef81a24e5e..70fb07a36d249708c84a22722085c11efd975561 100755 (executable)
--- a/tools/tinderbox_build
+++ b/tools/tinderbox_build
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 $_;