Skip to content

Commit

Permalink
tests: Do not run OPAL test with valgrind if variables are not set
Browse files Browse the repository at this point in the history
Otherwise it will break run with exit code 77.
  • Loading branch information
mbroz committed Nov 6, 2023
1 parent 4543a44 commit 2a9752b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ valgrind-check: api-test api-test-2 differ
@VALG=1 ./compat-args-test
@VALG=1 ./compat-test
@VALG=1 ./compat-test2
@VALG=1 ./compat-test-opal
@[ -z "$OPAL2_PSID_FILE" ] || VALG=1 ./compat-test-opal
@VALG=1 ./luks2-validation-test
@VALG=1 ./verity-compat-test
@VALG=1 ./integrity-compat-test
Expand Down

0 comments on commit 2a9752b

Please sign in to comment.