File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -796,7 +796,11 @@ teardown() {
796796
797797 assert_line --index 0 " Created container: testbuild"
798798 assert_line --index 1 " Enter with: toolbox enter testbuild"
799- assert [ ${# lines[q]} -eq 2 ]
799+ if [ ${# lines[q]} -ne 2 ]
800+ then
801+ echo " ${output} "
802+ assert 1
803+ fi
800804
801805 run $PODMAN images --filter reference=localhost/testbuild
802806 assert_success
@@ -812,7 +816,11 @@ teardown() {
812816
813817 assert_line --index 0 " Created container: testbuild"
814818 assert_line --index 1 " Enter with: toolbox enter testbuild"
815- assert [ ${# lines[q]} -eq 2 ]
819+ if [ ${# lines[q]} -ne 2 ]
820+ then
821+ echo " ${output} "
822+ assert 1
823+ fi
816824
817825 run $PODMAN images --filter reference=" $build_tag "
818826 assert_success
You can’t perform that action at this time.
0 commit comments