1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01:00
nix/tests/functional/common
Sergei Zimmerman 98e61c6da9
tests/functional: Output an actually correct command to accept test changes
I've run into this quite a few times when working with characterization test
infra. It would print an invalid command:

_NIX_TEST_ACCEPT=1 meson test main/lang

Which you'd then proceed to run and it would fail. This commit makes it
be honest about the command you need to run:

_NIX_TEST_ACCEPT=1 meson test --suite main lang
2025-11-09 16:52:51 +03:00
..
functions.sh startDaemon(): Detect if the daemon crashes before creating the socket 2025-02-18 11:57:45 +01:00
init.sh Make functional tests on NixOS use Meson not Make 2024-11-04 10:39:09 -05:00
meson.build Build Functional tests with Meson 2024-08-14 15:35:40 -04:00
paths.sh No longer copy functional tests to the build dir 2024-11-03 16:42:38 -05:00
subst-vars.sh.in Make functional tests on NixOS use Meson not Make 2024-11-04 10:39:09 -05:00
test-root.sh tests/functional: Output an actually correct command to accept test changes 2025-11-09 16:52:51 +03:00
vars.sh GitRepo::fetch(): Ignore $GIT_DIR 2025-01-22 17:54:19 +01:00