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:
parent
5101ed18bc
commit
223fbe644a
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue