[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/376: Fix test
From: |
Ludovic Courtès |
Subject: |
52/376: Fix test |
Date: |
Wed, 28 Jan 2015 22:03:59 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit 838138c5c4d21a207f3579c4f743698bd6dbb6b1
Author: Eelco Dolstra <address@hidden>
Date: Fri Jul 11 16:20:12 2014 +0200
Fix test
---
tests/build-hook.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/build-hook.sh b/tests/build-hook.sh
index 681f65c..ef77a3a 100644
--- a/tests/build-hook.sh
+++ b/tests/build-hook.sh
@@ -1,6 +1,6 @@
source common.sh
-export NIX_BUILD_HOOK="build-hook.hook.sh"
+export NIX_BUILD_HOOK="$(pwd)/build-hook.hook.sh"
outPath=$(nix-build build-hook.nix --no-out-link)
- 41/376: nix-copy-closure: Restore compression and the progress viewer, (continued)
- 41/376: nix-copy-closure: Restore compression and the progress viewer, Ludovic Courtès, 2015/01/28
- 40/376: Remove maybeVfork, Ludovic Courtès, 2015/01/28
- 39/376: nix-copy-closure: Fix race condition, Ludovic Courtès, 2015/01/28
- 23/376: findFile: Realise the context of the path attributes, Ludovic Courtès, 2015/01/28
- 44/376: nix-copy-closure: Fix --dry-run, Ludovic Courtès, 2015/01/28
- 46/376: Fix use of sysread, Ludovic Courtès, 2015/01/28
- 45/376: nix-copy-closure -s: Do substitutions via ‘nix-store --serve’, Ludovic Courtès, 2015/01/28
- 48/376: Fix broken Pid constructor, Ludovic Courtès, 2015/01/28
- 42/376: Refactoring: Move all fork handling into a higher-order function, Ludovic Courtès, 2015/01/28
- 49/376: Allow $NIX_BUILD_HOOK to be relative to Nix libexec directory, Ludovic Courtès, 2015/01/28
- 52/376: Fix test,
Ludovic Courtès <=
- 54/376: build-remote.pl: Don't keep a shell process around, Ludovic Courtès, 2015/01/28
- 55/376: build-remote.pl: Fix building multiple output derivations, Ludovic Courtès, 2015/01/28
- 47/376: Replace message "importing path <...>" with "exporting path <...>", Ludovic Courtès, 2015/01/28
- 58/376: Pass *_proxy vars to bootstrap fetchurl, Ludovic Courtès, 2015/01/28
- 51/376: build-remote.pl: Use ‘nix-store --serve’ on the remote side, Ludovic Courtès, 2015/01/28
- 50/376: Fix closure size display, Ludovic Courtès, 2015/01/28
- 63/376: Get rid of a compiler warning, Ludovic Courtès, 2015/01/28
- 43/376: Remove tabs, Ludovic Courtès, 2015/01/28
- 64/376: nix-daemon: Fix compat with older clients, Ludovic Courtès, 2015/01/28
- 57/376: Manual: Typo, Ludovic Courtès, 2015/01/28