From 19edaed81b44acd11a36fc4759e2e0ae69c7f309 Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Fri, 4 Oct 2024 18:55:52 -0700 Subject: Remove some outdated `make test` invocation suggestions These should be meson. Change-Id: I03687b8b03f50fb1684e7ffcd487be855052d6c2 --- src/libutil/error.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libutil/error.cc b/src/libutil/error.cc index a7cbfbfd0..6d178dfe5 100644 --- a/src/libutil/error.cc +++ b/src/libutil/error.cc @@ -132,7 +132,7 @@ static std::string indent(std::string_view indentFirst, std::string_view indentR /** * A development aid for finding missing positions, to improve error messages. Example use: * - * NIX_DEVELOPER_SHOW_UNKNOWN_LOCATIONS=1 _NIX_TEST_ACCEPT=1 make tests/lang.sh.test + * NIX_DEVELOPER_SHOW_UNKNOWN_LOCATIONS=1 _NIX_TEST_ACCEPT=1 just test --suite installcheck -v functional-lang * git diff -U20 tests * */ -- cgit v1.2.3