Merge fort-nix/nix-bitcoin#806: run-tests: Fix tmpDir being deleted before it's used
6bc5747951run-tests: fix `tmpDir` being deleted before it's used (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK6bc5747951Tree-SHA512: 7767634bc098faac5cfeb14d1800f24df89a1ea5d56fe894338ae2d2871c3293a8bafc62ee61b5cb7f9f658b02c2a52bc7f82b86f69d20d1dae86cc6bfe004b3
This commit is contained in:
commit
21442ea33f
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ buildTestAttr() {
|
|||
buildTests() {
|
||||
local -n tests=$1
|
||||
shift
|
||||
makeTmpDir
|
||||
# TODO-EXTERNAL:
|
||||
# Simplify and switch to pure build when `nix build` can instantiate flake function outputs
|
||||
# shellcheck disable=SC2207
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue