From ac7685c679cdb6d61768ac20449175eaaaacc34c Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 24 Oct 2023 15:42:21 -0700 Subject: [PATCH] CI: Pass -A flag to btest for cluster-testing builds --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 418fa8f4ec..a9c94fceb2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -695,7 +695,7 @@ cluster_testing_docker_builder: test_script: # Invoke btest directly here. This mirrors ci/test.sh, ensures we don't # accidentally build a Docker image, and enables console-level output: - - cd testing/external/zeek-testing-cluster && ../../../auxil/btest/btest -d -b -j ${ZEEK_CI_BTEST_JOBS} + - cd testing/external/zeek-testing-cluster && ../../../auxil/btest/btest -A -d -b -j ${ZEEK_CI_BTEST_JOBS} on_failure: upload_cluster_testing_artifacts: path: "testing/external/zeek-testing-cluster/.tmp/**"