mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-21 00:26:22 +03:00
Merge pull request #2185 from stefanrueger/build-actions
Exit `test-avrdude` with error on failed but skipped tests
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user