aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-01-10 17:55:11 +0100
committerLoïc Hoguin <[email protected]>2019-01-10 17:55:11 +0100
commite882466f2ec6ba8bd24d1f6342ae11b599547fc3 (patch)
treef0a6c89eb2d599443aa4a6d0bae49f0b8f2e8758 /Makefile
parentf8d752f47562a3a659abbbb3b5f139638f4d7023 (diff)
downloadgun-e882466f2ec6ba8bd24d1f6342ae11b599547fc3.tar.gz
gun-e882466f2ec6ba8bd24d1f6342ae11b599547fc3.tar.bz2
gun-e882466f2ec6ba8bd24d1f6342ae11b599547fc3.zip
Don't fail tests if we can't build h2specd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4fd8c0b..0885fe0 100644
--- a/Makefile
+++ b/Makefile
@@ -55,4 +55,4 @@ $(H2SPECD):
$(gen_verbose) mkdir -p $(GOPATH)/src/github.com/summerwind
$(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPECD))
$(verbose) $(MAKE) -C $(dir $(H2SPECD)) build MAKEFLAGS=
- $(verbose) go build -o $(H2SPECD) $(dir $(H2SPECD))/cmd/h2spec/h2specd.go
+ $(verbose) go build -o $(H2SPECD) $(dir $(H2SPECD))/cmd/h2spec/h2specd.go || true