mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
use make -k when running the tests
This commit is contained in:
parent
0e39543d35
commit
29e36afb6b
@ -568,8 +568,8 @@ if ($configurebuild && !$crosscompile) {
|
|||||||
if($runtestopts) {
|
if($runtestopts) {
|
||||||
$o = "TEST_F=\"$runtestopts\" ";
|
$o = "TEST_F=\"$runtestopts\" ";
|
||||||
}
|
}
|
||||||
logit "$make ${o}test-full";
|
logit "$make -k ${o}test-full";
|
||||||
open(F, "$make ${o}test-full 2>&1 |") or die;
|
open(F, "$make -k ${o}test-full 2>&1 |") or die;
|
||||||
open(LOG, ">$buildlog") or die;
|
open(LOG, ">$buildlog") or die;
|
||||||
while (<F>) {
|
while (<F>) {
|
||||||
s/$pwd//g;
|
s/$pwd//g;
|
||||||
|
Loading…
Reference in New Issue
Block a user