parallel: Fixed bug #60220: skip()/--filter should mark in joblog.

This commit is contained in:
Ole Tange 2021-04-28 14:49:05 +02:00
parent 1b0565a352
commit 06388c8dd3

View file

@ -9520,6 +9520,7 @@ sub filter($) {
replace_placeholders(\@opt::filter,0,0)) {
$run &&= eval $eval;
}
$self->{'commandline'}{'skip'} ||= not $run;
}
return $run;
}
@ -13767,3 +13768,4 @@ sub main() {
}
main();