mirror of
https://github.com/NixOS/nix.git
synced 2025-12-23 09:21:09 +01:00
Merge remote-tracking branch 'upstream/master' into trustless-remote-builder-simple
This commit is contained in:
commit
c036de086e
721 changed files with 33312 additions and 14021 deletions
5
tests/init.sh
Normal file → Executable file
5
tests/init.sh
Normal file → Executable file
|
|
@ -1,8 +1,11 @@
|
|||
source common.sh
|
||||
# Don't start the daemon
|
||||
source common/vars-and-functions.sh
|
||||
|
||||
test -n "$TEST_ROOT"
|
||||
if test -d "$TEST_ROOT"; then
|
||||
chmod -R u+w "$TEST_ROOT"
|
||||
# We would delete any daemon socket, so let's stop the daemon first.
|
||||
killDaemon
|
||||
rm -rf "$TEST_ROOT"
|
||||
fi
|
||||
mkdir "$TEST_ROOT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue