tvl-depot/tests/remote-store.sh

14 lines
225 B
Bash
Raw Normal View History

2007-08-13 16:56:40 +02:00
source common.sh
echo '*** testing slave mode ***'
clearStore
clearManifests
2012-07-26 23:12:42 +02:00
NIX_REMOTE_=slave $SHELL ./user-envs.sh
2007-08-13 16:56:40 +02:00
echo '*** testing daemon mode ***'
clearStore
clearManifests
2011-07-20 13:50:13 +02:00
startDaemon
$SHELL ./user-envs.sh
killDaemon