Skip to content

Commit

Permalink
DO NOT MERGE: INSTRUMENTATION FOR ISSUE containers#3870
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Evich <cevich@redhat.com>
  • Loading branch information
cevich committed Sep 3, 2019
1 parent e36db50 commit 410b6a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/system/070-build.bats
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ EOF
PODMAN_TIMEOUT=240 run_podman build -t build_test --format=docker $tmpdir
is "$output" ".*STEP 4: COMMIT" "COMMIT seen in log"

run_podman ps -a
run_podman run --rm build_test cat /$rand_filename
is "$output" "$rand_content" "reading generated file in image"

run_podman ps -a
run_podman rmi -f build_test
}

Expand Down

0 comments on commit 410b6a3

Please sign in to comment.