mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Add support for ‘make installcheck’
This commit is contained in:
parent
9285f0aa2b
commit
0202ce6b94
11 changed files with 52 additions and 28 deletions
|
@ -1,4 +1,4 @@
|
|||
#! @shell@
|
||||
#! @bash@
|
||||
|
||||
WORKING_DIRECTORY=$(mktemp -d "${TMPDIR:-/tmp}"/nix-reduce-build-XXXXXX);
|
||||
cd "$WORKING_DIRECTORY";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue