Hack to clean up tests/test-tmp
This commit is contained in:
parent
d308aeaf53
commit
25a108bb9c
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
if [ -e tests/test-tmp ]; then
|
||||||
|
chmod -R u+w tests/test-tmp
|
||||||
|
rm -rf tests/test-tmp
|
||||||
|
fi
|
||||||
|
|
||||||
s=$(type -p nix-shell)
|
s=$(type -p nix-shell)
|
||||||
exec $s release.nix -A tarball --command "
|
exec $s release.nix -A tarball --command "
|
||||||
export NIX_REMOTE=daemon
|
export NIX_REMOTE=daemon
|
||||||
|
|
Loading…
Reference in a new issue