Skip to content

Commit

Permalink
tests/storage-vm: early abort
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Nov 26, 2024
1 parent 33dbd30 commit 9a2b855
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/storage-vm
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ for poolDriver in $poolDriverList; do
waitInstanceReady v2
lxc stop -f v2

echo "FAILING early"
exit 1

lxc delete -f v1 v2

Check warning

Code scanning / shellcheck

SC2317 Warning test

Command appears to be unreachable. Check usage (or ignore if invoked indirectly).
echo "==> Deleting storage pool"

Check warning

Code scanning / shellcheck

SC2317 Warning test

Command appears to be unreachable. Check usage (or ignore if invoked indirectly).
lxc storage delete "${poolName}"

Check warning

Code scanning / shellcheck

SC2317 Warning test

Command appears to be unreachable. Check usage (or ignore if invoked indirectly).
Expand Down

0 comments on commit 9a2b855

Please sign in to comment.