diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-08-19 13:22:56 +0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-08-21 12:53:46 +0200 |
commit | 25a108bb9c5eb1999e1699d4e0727de1cbce30c7 (patch) | |
tree | 2c113458f114df1ba0a7e6cb6b4fd3f16b7f6912 | |
parent | d308aeaf53b7324af98dfa949a747526c241ef30 (diff) |
Hack to clean up tests/test-tmp
-rwxr-xr-x | dev-shell | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |