From 37fbfffd8e23cf9ca4038e6c4145583a811e91aa Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 23 Oct 2017 20:43:04 +0200 Subject: Pass all settings to build-remote This ensures that command line flags such as --builders get passed correctly. --- tests/build-hook.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tests/build-hook.sh (limited to 'tests/build-hook.sh') 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 -- cgit v1.2.3