1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Add missing .sh in _NIX_TEST_ACCEPT=1 message

This commit is contained in:
Robert Hensing 2024-07-09 19:27:36 +02:00
parent d4f576b0b2
commit cef11b23e8
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ function characterisationTestExit() {
echo ''
echo 'You can rerun this test with:'
echo ''
echo " _NIX_TEST_ACCEPT=1 make tests/functional/${TEST_NAME}.test"
echo " _NIX_TEST_ACCEPT=1 make tests/functional/${TEST_NAME}.sh.test"
echo ''
echo 'to regenerate the files containing the expected output,'
echo 'and then view the git diff to decide whether a change is'