Cirrus: Update podman-machine comment

Replace TODO comment with helpful hint for future maintainers.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich 2022-08-15 12:06:04 -04:00
parent fa386e91bd
commit a6af67ca90
No known key found for this signature in database
GPG Key ID: 03EDC70FD578067F
1 changed files with 1 additions and 3 deletions

View File

@ -398,9 +398,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
}