Skip to content

Commit

Permalink
Fix test TIMEOUT messaging in summary (rh-hideout#5772)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo authored Dec 5, 2024
1 parent c714caa commit 4776843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_runner.c
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ static void Intr_Timer2(void)
if (gTestRunnerState.state == STATE_RUN_TEST)
gTestRunnerState.state = STATE_REPORT_RESULT;
gTestRunnerState.result = TEST_RESULT_TIMEOUT;
Test_MgbaPrintf(":L%s:%d - TIMEOUT", gTestRunnerState.test->filename, SourceLine(0));
ReinitCallbacks();
IRQ_LR = ((uintptr_t)JumpToAgbMainLoop & ~1) + 4;
}
Expand Down

0 comments on commit 4776843

Please sign in to comment.