Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vagrant/test_scripts/test-arch-sanitizers-clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down