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.
1 parent b4670ba commit 628ba40Copy full SHA for 628ba40
Ganary/objects/o_grc_test_starter/Create_0.gml
@@ -40,6 +40,12 @@ _function_to_add_tests_and_hooks = function() {
40
41
if global.olympus_headless {
42
if failed {
43
+ //Force the app to crash so Firebase would report it as failure
44
+ if os_type == os_ios || os_type == os_android{
45
+ exception_unhandled_handler(function(ex){
46
+ throw(ex)
47
+ })
48
+ }
49
throw("Olympus test suite " + summary.name + " has failed!");
50
}
51
else{
0 commit comments