aboutsummaryrefslogtreecommitdiff
path: root/contrib/cirrus
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2022-08-15 12:06:04 -0400
committerChris Evich <cevich@redhat.com>2022-08-15 15:48:45 -0400
commita6af67ca90b95160e083a4917900aec3a74a76a8 (patch)
tree7dcb1485dd152f9ba889ebf7f6432ba4312ba465 /contrib/cirrus
parentfa386e91bdfcd89125918a9a255c71482a351491 (diff)
downloadpodman-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>
Diffstat (limited to 'contrib/cirrus')
-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 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
}