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

Shorten the path to the test root

Fix a socket length failure on the OSX builders
This commit is contained in:
regnat 2020-07-02 17:18:03 +02:00
parent 5101ed18bc
commit 223fbe644a
3 changed files with 4 additions and 3 deletions

View file

@ -8,7 +8,7 @@ define run-install-test
.PHONY: $1.test
$1.test: $1 $(test-deps)
@env TEST_NAME=$1 TESTS_ENVIRONMENT="$(tests-environment)" mk/run_test.sh $1
@env TEST_NAME=$(notdir $(basename $1)) TESTS_ENVIRONMENT="$(tests-environment)" mk/run_test.sh $1
endef