diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-07-30T09·34+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30T09·34+0200 |
commit | 219d645987a82ee5aebf5a9ab28aa518d0615af0 (patch) | |
tree | 6eb3b9adf96b83890c36e80428ba99326f249b1e /tests | |
parent | 7680357ccc7e7759244528334df81ebb71f9123b (diff) | |
parent | ee1e3132cab9d7de14837f2b04b115e544ae1622 (diff) |
Merge pull request #3013 from basvandijk/disable-lsof-for-darwin-tests
Disable findRuntimeRoots on darwin when running tests because lsof is slow
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index 6a523ca9d832..15d7b1ef9119 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -16,6 +16,7 @@ if [[ -n $NIX_STORE ]]; then export _NIX_TEST_NO_SANDBOX=1 fi export _NIX_IN_TEST=$TEST_ROOT/shared +export _NIX_TEST_NO_LSOF=1 export NIX_REMOTE=$NIX_REMOTE_ unset NIX_PATH export TEST_HOME=$TEST_ROOT/test-home |