Skip to content

Commit

Permalink
run-integration-tests: report which LXD version is being tested
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Feb 27, 2024
1 parent 077b122 commit 2c328a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration/run-integration-tests
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ save_trust_list() {
OLD_TRUST_LIST="$(mktemp)"
save_trust_list > "${OLD_TRUST_LIST}"

# Report which LXD version is being tested
snap list lxd || true
lxc version

# finally run the integration tests
tox -e integration

Expand Down

0 comments on commit 2c328a6

Please sign in to comment.