-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the list of rejected jobs if match function is used
The jobs that are being pruned by the `match` function should be added to the list of rejected jobs, otherwise the metadata generated at the end of a test run is incorrect. Because the list of rejected jobs is initially empty but can be altered in several places (`run_alternate_selection()` and `finish_bootstrap()`), it is updated in these functions instead of being replaced by another list. The metadata that states if a test plan has been modified (`custom_joblist`) should also be set to True in these cases. Fix #1568
- Loading branch information
Showing
2 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters