mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Add missing .sh in _NIX_TEST_ACCEPT=1 message
This commit is contained in:
parent
d4f576b0b2
commit
cef11b23e8
2 changed files with 2 additions and 2 deletions
|
@ -579,7 +579,7 @@ std::optional<EvalState::Doc> EvalState::getDoc(Value & v)
|
||||||
s << "Function ";
|
s << "Function ";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
s << "Function **" << name << "**";
|
s << "Function `" << name << "`";
|
||||||
if (pos)
|
if (pos)
|
||||||
s << "\\\n … " ;
|
s << "\\\n … " ;
|
||||||
else
|
else
|
||||||
|
|
|
@ -63,7 +63,7 @@ function characterisationTestExit() {
|
||||||
echo ''
|
echo ''
|
||||||
echo 'You can rerun this test with:'
|
echo 'You can rerun this test with:'
|
||||||
echo ''
|
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 ''
|
||||||
echo 'to regenerate the files containing the expected output,'
|
echo 'to regenerate the files containing the expected output,'
|
||||||
echo 'and then view the git diff to decide whether a change is'
|
echo 'and then view the git diff to decide whether a change is'
|
||||||
|
|
Loading…
Reference in a new issue