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.
1 parent dfebc3f commit 198e92aCopy full SHA for 198e92a
test/system/101-create.bats
@@ -796,7 +796,10 @@ teardown() {
796
797
assert_line --index 0 "Created container: testbuild"
798
assert_line --index 1 "Enter with: toolbox enter testbuild"
799
- assert [ ${#lines[q]} -eq 2 ]
+ if [ ${#lines[q]} -ne 2 ]
800
+ then
801
+ echo "${output}"
802
+ fi
803
804
run $PODMAN images --filter reference=localhost/testbuild
805
assert_success
@@ -812,7 +815,10 @@ teardown() {
812
815
813
816
814
817
818
819
820
821
822
823
run $PODMAN images --filter reference="$build_tag"
824
0 commit comments