mirror of
https://github.com/verilator/verilator.git
synced 2025-01-06 06:37:45 +00:00
Travis: Fix cron.
This commit is contained in:
parent
424769c32b
commit
76d0671952
@ -231,7 +231,8 @@ sub test {
|
|||||||
$comb .= " -a $info";
|
$comb .= " -a $info";
|
||||||
# Need to batch them to avoid overrunning shell command length limit
|
# Need to batch them to avoid overrunning shell command length limit
|
||||||
if (length($comb) > 10000 || $info eq $infos[$#infos]) {
|
if (length($comb) > 10000 || $info eq $infos[$#infos]) {
|
||||||
run("cd $cc_dir ; lcov -a app_total.info $comb -o app_total.info");
|
# .info may be empty, so ignore errors (unfortunately)
|
||||||
|
run("cd $cc_dir ; lcov -a app_total.info $comb -o app_total.info || true");
|
||||||
$comb = "";
|
$comb = "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user