Error watchdog tests on runtimes

This commit is contained in:
Dominion
2023-04-03 00:03:16 -04:00
parent 9c388e4700
commit 24627e3efd
4 changed files with 54 additions and 25 deletions
+5
View File
@@ -2,7 +2,12 @@
sleep_offline = FALSE
loop_checks = FALSE
/world/Error(exception)
fdel("test_success.txt")
text2file("Runtime Error: [exception]", "test_fail_reason.txt")
/world/New()
text2file("SUCCESS", "test_success.txt")
log << "Initial value of sleep_offline: [sleep_offline]"
sleep_offline = FALSE