* Hopefully this fixes the test on FreeBSD.

This commit is contained in:
Eelco Dolstra 2007-08-14 13:43:51 +00:00
parent ffa1c61cd5
commit 5c793ad03e
2 changed files with 3 additions and 3 deletions

View file

@ -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