Merge pull request #2185 from stefanrueger/build-actions

Exit `test-avrdude` with error on failed but skipped tests
This commit is contained in:
Stefan Rueger
2026-08-17 20:21:20 +02:00
committed by GitHub

View File

@@ -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