Skip to content

Commit

Permalink
test: ignore lack of --use-lxd
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Feb 13, 2024
1 parent 7936d72 commit 25f9205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/spread/core24/patchelf/classic-python/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ execute: |
# Build the core24 snap
unset SNAPCRAFT_BUILD_ENVIRONMENT
# If this next line fails, delete it and replace it with the one following it
snapcraft --use-lxd 2>&1 | MATCH '"pack" command is not implemented for core24!'; exit 0
snapcraft --use-lxd 2>&1 | MATCH 'unrecognized arguments: --use-lxd'; exit 0
# snapcraft --use-lxd 2>&1 | MATCH '"pack" command is not implemented for core24!'; exit 0
# snapcraft --use-lxd
# Install the new snap
Expand Down

0 comments on commit 25f9205

Please sign in to comment.