Hack to clean up tests/test-tmp

This commit is contained in:
Eelco Dolstra 2013-08-19 13:22:56 +02:00
parent d308aeaf53
commit 25a108bb9c
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
#! /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)
exec $s release.nix -A tarball --command "
export NIX_REMOTE=daemon