Skip to content
Snippets Groups Projects
Commit 25a108bb authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Hack to clean up tests/test-tmp

parent d308aeaf
No related branches found
No related tags found
No related merge requests found
#! /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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment