Skip to content

Commit

Permalink
Merge pull request #20614 from edsantiago/bats_tweaks
Browse files Browse the repository at this point in the history
systests: add [NNN] prefix in logs, NNN = filename
  • Loading branch information
openshift-merge-bot[bot] authored Nov 7, 2023
2 parents 57dbd61 + 1c96921 commit 6d2aa67
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 118 deletions.
3 changes: 2 additions & 1 deletion test/system/001-basic.bats
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ load helpers.network

# Override standard setup! We don't yet trust podman-images or podman-rm
function setup() {
:
# Makes test logs easier to read
BATS_TEST_NAME_PREFIX="[001] "
}

#### DO NOT ADD ANY TESTS HERE! ADD NEW TESTS AT BOTTOM!
Expand Down
Loading

1 comment on commit 6d2aa67

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.