aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjade <lix@jade.fyi>2024-10-09 20:37:16 +0000
committerGerrit Code Review <gerrit@localhost>2024-10-09 20:37:16 +0000
commit7f7a38f2788ba7fa46cf38127f525700cf63e153 (patch)
tree70981196e35b96114d2d92129b62dba7d586e3be /src
parent0012887310f24283e8a9ca08e0c2a49219ea4ff5 (diff)
parent345e3d068a7f3eb37bb795a38572ae06213a8341 (diff)
Merge changes Ib27cb43d,I03687b8b into main
* changes: testsuite: override NIX_CONF_DIR and NIX_USER_CONF_FILES Remove some outdated `make test` invocation suggestions
Diffstat (limited to 'src')
-rw-r--r--src/libutil/error.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/error.cc b/src/libutil/error.cc
index 027f0b1a5..f57e3ef7d 100644
--- a/src/libutil/error.cc
+++ b/src/libutil/error.cc
@@ -133,7 +133,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
*
*/