mirror of
https://github.com/godotengine/godot.git
synced 2025-04-25 01:48:08 +08:00
Stop CI when Godot crash
This commit is contained in:
parent
421d8b716d
commit
80237a54e0
@ -25,6 +25,8 @@ if (
|
|||||||
file_contents.find("Program crashed with signal") != -1
|
file_contents.find("Program crashed with signal") != -1
|
||||||
or file_contents.find("Dumping the backtrace") != -1
|
or file_contents.find("Dumping the backtrace") != -1
|
||||||
or file_contents.find("Segmentation fault (core dumped)") != -1
|
or file_contents.find("Segmentation fault (core dumped)") != -1
|
||||||
|
or file_contents.find("Aborted (core dumped)") != -1
|
||||||
|
or file_contents.find("terminate called without an active exception") != -1
|
||||||
):
|
):
|
||||||
print("FATAL ERROR: Godot has been crashed.")
|
print("FATAL ERROR: Godot has been crashed.")
|
||||||
sys.exit(52)
|
sys.exit(52)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user