git://git.exim.org
/
buildfarm-client.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
07b2e94
)
Rely on binary-autodetection of runtest
author
Heiko Schlittermann (HS12-RIPE)
<hs@schlittermann.de>
Tue, 6 Dec 2016 22:15:38 +0000
(23:15 +0100)
committer
Heiko Schlittermann (HS12-RIPE)
<hs@schlittermann.de>
Tue, 6 Dec 2016 22:15:38 +0000
(23:15 +0100)
run_build
patch
|
blob
|
history
diff --git
a/run_build
b/run_build
index 14842ab646cbf6dc3debb08c9d92b89635118937..5dde757f26dec57f1b003c835216083bd2f853ab 100755
(executable)
--- a/
run_build
+++ b/
run_build
@@
-1037,14
+1037,11
@@
sub make_test
print time_str(),"running make test ...\n" if $verbose;
my $tests_range = $EximBuild::conf{range_num_tests} || "1 4";
my @makeout;
print time_str(),"running make test ...\n" if $verbose;
my $tests_range = $EximBuild::conf{range_num_tests} || "1 4";
my @makeout;
- @makeout =`(cd $exim/test
- autoconf && ./configure && $make )2>&1 `;
+ @makeout =`(cd $exim/test && autoconf && ./configure && $make )2>&1 `;
my $status = $? >>8;
unless($status)
{
my $status = $? >>8;
unless($status)
{
- my @tmp = `(WORKDIR=\$PWD
- cd $exim/test
- ./runtest \$WORKDIR/$exim/src/build-*/exim -CONTINUE $tests_range )2>&1`;
+ my @tmp = `(cd $exim/test && ./runtest -CONTINUE $tests_range )2>&1`;
$status = $? >>8;
push @makeout, @tmp;
# Prepend the failed summary log outputs for ease of reading
$status = $? >>8;
push @makeout, @tmp;
# Prepend the failed summary log outputs for ease of reading