From 513ff8b46f83efb0faaeae04d5e7b292277fadf0 Mon Sep 17 00:00:00 2001 From: Cristovao Cordeiro Date: Mon, 22 Jul 2024 09:14:22 +0200 Subject: [PATCH] fix(spread): Pebble no longer supports -v with exec --- tests/spread/rockcraft/chisel/task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spread/rockcraft/chisel/task.yaml b/tests/spread/rockcraft/chisel/task.yaml index 22e03171f..a85008ef0 100644 --- a/tests/spread/rockcraft/chisel/task.yaml +++ b/tests/spread/rockcraft/chisel/task.yaml @@ -18,4 +18,4 @@ execute: | # only succeed if: # * the "/bin -> usr/bin" symlink is correct, and; # * pebble itself is found and working correctly (for the exec call). - docker run --rm $IMG_NAME -v exec test -f /bin/md5sum + docker run --rm $IMG_NAME exec test -f /bin/md5sum