guix/tests/remote-store.sh

14 lines
225 B
Bash

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