blob: e27631a006ea8617acb6f9d81497bbcb00ef0692 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
source common.sh
echo '*** testing slave mode ***'
clearStore
clearManifests
NIX_REMOTE=slave $SHELL ./user-envs.sh
echo '*** testing daemon mode ***'
clearStore
clearManifests
startDaemon
$SHELL ./user-envs.sh
killDaemon
|