2007-08-13 14:56:40 +00:00
|
|
|
source common.sh
|
|
|
|
|
|
|
|
echo '*** testing slave mode ***'
|
|
|
|
clearStore
|
|
|
|
clearManifests
|
2007-08-14 13:43:51 +00:00
|
|
|
NIX_REMOTE=slave $SHELL ./user-envs.sh
|
2007-08-13 14:56:40 +00:00
|
|
|
|
|
|
|
echo '*** testing daemon mode ***'
|
|
|
|
clearStore
|
|
|
|
clearManifests
|
2011-07-20 11:50:13 +00:00
|
|
|
startDaemon
|
|
|
|
$SHELL ./user-envs.sh
|
|
|
|
killDaemon
|