* Hopefully this fixes the test on FreeBSD.
This commit is contained in:
parent
ffa1c61cd5
commit
5c793ad03e
2 changed files with 3 additions and 3 deletions
|
|
@ -5,13 +5,13 @@ export FORCE_NIX_REMOTE=1
|
|||
echo '*** testing slave mode ***'
|
||||
clearStore
|
||||
clearManifests
|
||||
NIX_REMOTE=slave sh ./user-envs.sh
|
||||
NIX_REMOTE=slave $SHELL ./user-envs.sh
|
||||
|
||||
echo '*** testing daemon mode ***'
|
||||
clearStore
|
||||
clearManifests
|
||||
$nixworker --daemon &
|
||||
pidDaemon=$!
|
||||
NIX_REMOTE=daemon sh ./user-envs.sh
|
||||
NIX_REMOTE=daemon $SHELL ./user-envs.sh
|
||||
kill -9 $pidDaemon
|
||||
wait $pidDaemon || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue