about summary refs log tree commit diff
path: root/tests/remote-store.sh
blob: ef289ab79a1a116100a190e589049698ea45fdb2 (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