diff options
author | regnat <rg@regnat.ovh> | 2021-09-13 14:29:42 +0200 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2021-09-13 14:29:42 +0200 |
commit | 7c8c42dfdcab3bd2c8ab05a806035bf1804285ab (patch) | |
tree | 5ad839484df1e463a614eb3866585b4b98d1614a /tests/recursive.sh | |
parent | ff09acd1f9a46d17b662f672e4f859fbaa8f0c4b (diff) |
tests: Fix the recursive test with the daemon
Add the `recursive-nix` experimental-feature to the daemon, as the test
will otherwise fail
Diffstat (limited to 'tests/recursive.sh')
-rw-r--r-- | tests/recursive.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/recursive.sh b/tests/recursive.sh index b6740877d..91518d67d 100644 --- a/tests/recursive.sh +++ b/tests/recursive.sh @@ -1,5 +1,8 @@ source common.sh +sed -i 's/experimental-features .*/& recursive-nix/' "$NIX_CONF_DIR"/nix.conf +restartDaemon + # FIXME if [[ $(uname) != Linux ]]; then exit 99; fi |