From c0f14bdc0b36daf3af4836613b80b0ac946706c3 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Thu, 6 Jun 2024 08:53:48 -0700 Subject: [PATCH] Change prometheus test to check for require jq --- .../btest/scripts/policy/frameworks/telemetry/prometheus.zeek | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/btest/scripts/policy/frameworks/telemetry/prometheus.zeek b/testing/btest/scripts/policy/frameworks/telemetry/prometheus.zeek index ff7155b267..0d6e7794b0 100644 --- a/testing/btest/scripts/policy/frameworks/telemetry/prometheus.zeek +++ b/testing/btest/scripts/policy/frameworks/telemetry/prometheus.zeek @@ -2,6 +2,7 @@ # Note compilable to C++ due to globals being initialized to a record that # has an opaque type as a field. # @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1" +# @TEST-REQUIRES: which jq # # @TEST-PORT: BROKER_PORT1 # @TEST-PORT: BROKER_PORT2