mirror of
https://github.com/curl/curl.git
synced 2026-07-15 22:27:18 +03:00
use make -k when running the tests
This commit is contained in:
parent
0e39543d35
commit
29e36afb6b
1 changed files with 2 additions and 2 deletions
|
|
@ -568,8 +568,8 @@ if ($configurebuild && !$crosscompile) {
|
|||
if($runtestopts) {
|
||||
$o = "TEST_F=\"$runtestopts\" ";
|
||||
}
|
||||
logit "$make ${o}test-full";
|
||||
open(F, "$make ${o}test-full 2>&1 |") or die;
|
||||
logit "$make -k ${o}test-full";
|
||||
open(F, "$make -k ${o}test-full 2>&1 |") or die;
|
||||
open(LOG, ">$buildlog") or die;
|
||||
while (<F>) {
|
||||
s/$pwd//g;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue