Skip to content

Commit

Permalink
Add missing .sh in _NIX_TEST_ACCEPT=1 message
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jul 9, 2024
1 parent f46bf81 commit 1b52aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libexpr/eval.cc
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ std::optional<EvalState::Doc> EvalState::getDoc(Value & v)
s << "Function ";
}
else {
s << "Function **" << name << "**";
s << "Function `" << name << "`";
if (pos)
s << "\\\n" ;
else
Expand Down
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 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'
Expand Down

0 comments on commit 1b52aa4

Please sign in to comment.