mirror of
https://github.com/containers/podman.git
synced 2025-07-01 08:07:03 +08:00
Merge pull request #22620 from edsantiago/skip-machine-tests-if-we-can
Skip machine tests if they don't need to be run
This commit is contained in:
@ -412,7 +412,8 @@ dotest() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_run_machine-linux() {
|
_run_machine-linux() {
|
||||||
# N/B: Can't use _bail_if_test_can_be_skipped here b/c content isn't under test/
|
_bail_if_test_can_be_skipped pkg/machine/e2e
|
||||||
|
|
||||||
showrun make localmachine |& logformatter
|
showrun make localmachine |& logformatter
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user