diff options
author | Chris Evich <cevich@redhat.com> | 2022-08-15 12:06:04 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-08-15 15:48:45 -0400 |
commit | a6af67ca90b95160e083a4917900aec3a74a76a8 (patch) | |
tree | 7dcb1485dd152f9ba889ebf7f6432ba4312ba465 | |
parent | fa386e91bdfcd89125918a9a255c71482a351491 (diff) | |
download | podman-a6af67ca90b95160e083a4917900aec3a74a76a8.tar.gz podman-a6af67ca90b95160e083a4917900aec3a74a76a8.tar.bz2 podman-a6af67ca90b95160e083a4917900aec3a74a76a8.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 35ecfd4ff..6b2d123f2 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -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 } |