diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-10-23 20:43:04 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-10-23 20:50:28 +0200 |
commit | 37fbfffd8e23cf9ca4038e6c4145583a811e91aa (patch) | |
tree | 4605d5cdd90bd1a9c5e796278bd40b0acb3ad93c /tests/build-hook.sh | |
parent | f32cdc4fab1bff919c3d074a95e32a9934eb7386 (diff) |
Pass all settings to build-remote
This ensures that command line flags such as --builders get passed
correctly.
Diffstat (limited to 'tests/build-hook.sh')
-rw-r--r-- | tests/build-hook.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/build-hook.sh b/tests/build-hook.sh deleted file mode 100644 index 2005c7ceb..000000000 --- a/tests/build-hook.sh +++ /dev/null @@ -1,10 +0,0 @@ -source common.sh - -clearStore - -outPath=$(nix-build build-hook.nix --no-out-link --option build-hook $(pwd)/build-hook.hook.sh) - -echo "output path is $outPath" - -text=$(cat "$outPath"/foobar) -if test "$text" != "BARBAR"; then exit 1; fi |