From 3c667a24fe2426437a80f6873970471a335063ca Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 9 Feb 2024 22:13:47 +0100 Subject: [PATCH] debug: run everything under sanitizers --- vagrant/test_scripts/test-arch-sanitizers-clang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/test_scripts/test-arch-sanitizers-clang.sh b/vagrant/test_scripts/test-arch-sanitizers-clang.sh index a212cfb8..c99dde72 100755 --- a/vagrant/test_scripts/test-arch-sanitizers-clang.sh +++ b/vagrant/test_scripts/test-arch-sanitizers-clang.sh @@ -162,7 +162,7 @@ if [[ $NSPAWN_EC -eq 0 ]]; then test/TEST-81-GENERATORS # various systemd generators ) - for t in "${INTEGRATION_TESTS[@]}"; do + for t in test/TEST-??-*; do # Some of the newer tests might not be available in stable branches, # so let's skip them instead of failing if [[ ! -d "$t" ]]; then