Skip to content

Commit

Permalink
tests(spread): add verbose argument to pebble
Browse files Browse the repository at this point in the history
This only needs to happen on core24-8, as that uses [email protected] as base which
is where we lowered the default verbosity for pebble.
  • Loading branch information
tigarmo committed Apr 30, 2024
1 parent db64a0c commit ce24f73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/spread/run_snapcraft
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
# replace the SNAPCRAFT_* tokens with the correct values for our Snapcraft image
sed --in-place='' "s/SNAPCRAFT_BASE/$SNAPCRAFT_BASE/" snap/snapcraft.yaml
sed --in-place='' "s/SNAPCRAFT_BUILD_BASE/$SNAPCRAFT_BUILD_BASE/" snap/snapcraft.yaml
docker run --rm -v `pwd`:/project snapcraft-rock:latest "$@"
# in [email protected] rocks pebble is not verbose by default
docker run --rm -v --entrypoint="pebble" `pwd`:/project snapcraft-rock:latest enter --verbose --args snapcraft "$@"

0 comments on commit ce24f73

Please sign in to comment.