We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 937612a + a6664af commit 5c2b9cdCopy full SHA for 5c2b9cd
modules/gdscript/tests/gdscript_test_runner.cpp
@@ -655,6 +655,8 @@ GDScriptTest::TestResult GDScriptTest::execute_test_code(bool p_is_generating) {
655
result.status = GDTEST_LOAD_ERROR;
656
result.output = "";
657
result.passed = false;
658
+ remove_print_handler(&_print_handler);
659
+ remove_error_handler(&_error_handler);
660
ERR_FAIL_V_MSG(result, "\nCould not reload script: '" + source_file + "'");
661
}
662
0 commit comments