Skip to content

Commit

Permalink
tests: fix snap name
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal committed Nov 7, 2024
1 parent e49653c commit 890b313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/spread/general/version-git/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ execute: |
# First with lxd
snapcraft --use-lxd
ls -l
test -f my-snap-name_5.5-dirty_amd64.snap
test -f test-snap_5.5-dirty_amd64.snap
rm ./*.snap
# Then on host.
snapcraft --destructive-mode
ls -l
test -f my-snap-name_5.5-dirty_amd64.snap
test -f test-snap_5.5-dirty_amd64.snap

0 comments on commit 890b313

Please sign in to comment.