diff options
author | Maros Ondrejicka <mondreji@cisco.com> | 2023-02-15 17:44:46 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2023-02-16 16:26:42 +0000 |
commit | 2ddb2fdaaf1233248c236cbe3d617c90f7fae20e (patch) | |
tree | bbf60e507660a6e285638cb894b609987e34fa4f /extras/hs-test/Makefile | |
parent | edd28a4102949a6f91280dd7d2fd0d0139de8198 (diff) |
hs-test: check for missing output in nginx tests
Type: test
Signed-off-by: Maros Ondrejicka <mondreji@cisco.com>
Change-Id: I08cd492fff4b9d50a1761a29c2b231cc8544313b
Diffstat (limited to 'extras/hs-test/Makefile')
-rw-r--r-- | extras/hs-test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/hs-test/Makefile b/extras/hs-test/Makefile index 2bb6db951cb..f9c111eed56 100644 --- a/extras/hs-test/Makefile +++ b/extras/hs-test/Makefile @@ -1,5 +1,8 @@ all: build docker +install-dep: + apt update -y && apt install -y apache2-utils wrk + build: go build ./tools/http_server |