summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2022-08-15 12:06:04 -0400
committerMatthew Heon <mheon@redhat.com>2022-09-06 13:51:55 -0400
commit7c68167f60c2dbfae122e5133b7e9f5a4b193d02 (patch)
treed215c296713384d3641eb7263224cb1cfbfb5c10
parentf7b32321b540ba6ac9bc078d9699c51e87a090c2 (diff)
downloadpodman-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-xcontrib/cirrus/runner.sh4
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
}