We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a823e3 + 4dd9340 commit 83d989fCopy full SHA for 83d989f
hack/bats
@@ -26,6 +26,8 @@ $0 is a wrapper for invoking podman system tests.
26
--tag=TAG Passed on to bats as '--filter-tags TAG'
27
As of 2023-07-26 the only tag used is 'distro-integration'
28
29
+ -t, --tap Passed on to bats, which will format output in TAP format
30
+
31
-T Passed on to bats, which will then show timing data
32
33
--help display usage message
@@ -82,6 +84,7 @@ for i;do
82
84
--root) TEST_ROOTLESS= ;;
83
85
--rootless) TEST_ROOT= ;;
86
--remote) REMOTE=remote ;;
87
+ --tap|-t) bats_opts+=("-t") ;;
88
--ts|-T) bats_opts+=("-T") ;;
89
--tag=*) bats_filter=("--filter-tags" "$value")
90
if [[ "$value" = "ci:parallel" ]]; then
0 commit comments