guix/tests/remote-store.sh

14 lines
224 B
Bash
Raw Normal View History

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