Skip to content

Commit 5d77ff2

Browse files
edolstraroberth
andcommitted
Use ${TEST_NAME}
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
1 parent 9b52326 commit 5d77ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/characterisation/framework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function characterisationTestExit() {
6363
echo ''
6464
echo 'You can rerun this test with:'
6565
echo ''
66-
echo " _NIX_TEST_ACCEPT=1 meson test lang"
66+
echo " _NIX_TEST_ACCEPT=1 meson test ${TEST_NAME}"
6767
echo ''
6868
echo 'to regenerate the files containing the expected output,'
6969
echo 'and then view the git diff to decide whether a change is'

0 commit comments

Comments
 (0)