Skip to content

Commit

Permalink
Use ${TEST_NAME}
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <[email protected]>
  • Loading branch information
edolstra and roberth committed Jan 31, 2025
1 parent 9b52326 commit 5d77ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/characterisation/framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function characterisationTestExit() {
echo ''
echo 'You can rerun this test with:'
echo ''
echo " _NIX_TEST_ACCEPT=1 meson test lang"
echo " _NIX_TEST_ACCEPT=1 meson test ${TEST_NAME}"
echo ''
echo 'to regenerate the files containing the expected output,'
echo 'and then view the git diff to decide whether a change is'
Expand Down

0 comments on commit 5d77ff2

Please sign in to comment.