1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

Merge pull request #7470 from obsidiansystems/simplify-tests-slightly

Make `./mk/run-test.sh` work by itself; add `mk/debug-test.sh`
This commit is contained in:
Eelco Dolstra 2023-01-02 14:14:30 +01:00 committed by GitHub
commit 80a0f77e49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 111 additions and 11 deletions

View file

@ -121,8 +121,6 @@ endif
install-tests += $(foreach x, $(nix_tests), tests/$(x))
tests-environment = NIX_REMOTE= $(bash) -e
clean-files += $(d)/common.sh $(d)/config.nix $(d)/ca/config.nix
test-deps += tests/common.sh tests/config.nix tests/ca/config.nix