From 0fbbe5f5f26df1a6637bd56a88f852e4eea46289 Mon Sep 17 00:00:00 2001 From: stefanrueger Date: Mon, 17 Aug 2026 19:57:43 +0200 Subject: [PATCH] Exit with error on failed but skipped tests --- tools/test-avrdude | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-avrdude b/tools/test-avrdude index 50e76050..50502d78 100755 --- a/tools/test-avrdude +++ b/tools/test-avrdude @@ -277,6 +277,7 @@ for (( p=0; p<$arraylength; p++ )); do if [[ -z "$flash_size" ]]; then echo "Cannot detect flash; check that \"${pgm_and_target[$p]}\" are valid avrdude options; skipping this test" + exitstate=1 continue fi