diff options
author | Chris Evich <cevich@redhat.com> | 2022-08-15 12:06:04 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-09-06 13:51:55 -0400 |
commit | 7c68167f60c2dbfae122e5133b7e9f5a4b193d02 (patch) | |
tree | d215c296713384d3641eb7263224cb1cfbfb5c10 | |
parent | f7b32321b540ba6ac9bc078d9699c51e87a090c2 (diff) | |
download | podman-7c68167f60c2dbfae122e5133b7e9f5a4b193d02.tar.gz podman-7c68167f60c2dbfae122e5133b7e9f5a4b193d02.tar.bz2 podman-7c68167f60c2dbfae122e5133b7e9f5a4b193d02.zip |
Cirrus: Update podman-machine comment
Replace TODO comment with helpful hint for future maintainers.
Signed-off-by: Chris Evich <cevich@redhat.com>
-rwxr-xr-x | contrib/cirrus/runner.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index 939cc33ce..ef1ee6d96 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -393,9 +393,7 @@ dotest() { } _run_machine() { - # TODO: This is a manually-triggered task, if that ever changes need to - # add something like: - # _bail_if_test_can_be_skipped docs test/e2e test/system test/python + # N/B: Can't use _bail_if_test_can_be_skipped here b/c content isn't under test/ make localmachine |& logformatter } |