2007-08-13 14:56:40 +00:00
|
|
|
source common.sh
|
|
|
|
|
|
|
|
echo '*** testing slave mode ***'
|
|
|
|
clearStore
|
|
|
|
clearManifests
|
2012-07-26 21:12:42 +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
|