mirror of
https://github.com/NixOS/nix
synced 2025-06-28 05:21:16 +02:00
13 lines
224 B
Bash
13 lines
224 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
|