From abf228598f6aa78596106638d5be06aab8287265 Mon Sep 17 00:00:00 2001 From: Niall Thomson Date: Mon, 8 Jul 2024 10:00:21 -0600 Subject: [PATCH] Fix unbound variable --- hack/run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/run-tests.sh b/hack/run-tests.sh index 63b17d4c5c..6b176768eb 100755 --- a/hack/run-tests.sh +++ b/hack/run-tests.sh @@ -52,6 +52,8 @@ TEST_REPORT=${TEST_REPORT:-""} output_volume_args="" output_args="" +GENERATE_TIMINGS=${GENERATE_TIMINGS:-""} + if [ ! -z "$GENERATE_TIMINGS" ]; then export TEST_REPORT=1 fi