diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-10-04 18:55:52 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-10-04 18:55:52 -0700 |
commit | 19edaed81b44acd11a36fc4759e2e0ae69c7f309 (patch) | |
tree | a4bd1fbb380f5c08a59d5c7aed80cfc679091e67 /tests/functional/lang.sh | |
parent | 5b1715e63349541c1d021f6426b2ad67a0bf518f (diff) |
Remove some outdated `make test` invocation suggestions
These should be meson.
Change-Id: I03687b8b03f50fb1684e7ffcd487be855052d6c2
Diffstat (limited to 'tests/functional/lang.sh')
-rwxr-xr-x | tests/functional/lang.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/lang.sh b/tests/functional/lang.sh index 59db10340..ca54fb88d 100755 --- a/tests/functional/lang.sh +++ b/tests/functional/lang.sh @@ -155,7 +155,7 @@ else echo '' echo 'You can rerun this test with:' echo '' - echo ' _NIX_TEST_ACCEPT=1 make tests/functional/lang.sh.test' + echo ' _NIX_TEST_ACCEPT=1 just test --suite installcheck -v functional-lang' echo '' echo 'to regenerate the files containing the expected output,' echo 'and then view the git diff to decide whether a change is' |