rems-project / cn-tutorial

7 stars 8 forks source link

Show failed tests and consider non-0 exit codes as failure. #34

Closed yav closed 1 month ago

yav commented 2 months ago

Adds an array to track which files have failed, and considers all non-0 exit codes to be failure, as on some examples cn returns exit code 2 (the script only considers 1 to be failure for bad examples).