Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
linostar committed Jun 4, 2024
1 parent 9c5c240 commit 8c7b5bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/spread/foreign/big/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ execute: |
# Check the rock's output
id=$(docker run -d big:latest --verbose)
docker logs "$id" 2>&1 | MATCH "/tmp"
grep_docker_log "$id" "/tmp"
docker rm -f "$id"
############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion tests/spread/rockcraft/bare-base/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ execute: |
grep_docker_log "$id" "ship it!"
docker exec "$id" pebble services | grep hello
docker exec "$id" pebble ls /usr/bin/hello
test "$(docker inspect "$id" -f '{{json .Config.Entrypoint}}')" = '["/bin/pebble","enter","--verbose"]'
test "$(docker inspect "$id" -f '{{json .Config.Entrypoint}}')" = '["/bin/pebble","enter"]'
docker rm -f "$id"

0 comments on commit 8c7b5bb

Please sign in to comment.