mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[quiz] Abort on assertion failure
This allows CI to handle test failures correctly
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
void quiz_assert(bool condition) {
|
||||
if (!condition) {
|
||||
// We want to keep what the screen is displaying so we cannot abort
|
||||
while (1) {
|
||||
}
|
||||
abort();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user