Log exports in DMAPI tests

This commit is contained in:
Jordan Brown
2020-05-27 19:17:34 -04:00
parent 224429e959
commit a4ce21eecf
2 changed files with 10 additions and 2 deletions
+4
View File
@@ -25,6 +25,10 @@
world.log << "You really shouldn't be able to read this"
/world/Export(url)
log << "Export: [url]"
return ..()
/world/Topic(T, Addr, Master, Keys)
world.log << "Topic: [T]"
. = HandleTopic(T)
+6 -2
View File
@@ -12,9 +12,9 @@
world.TgsInitializationComplete()
/world/Topic(T, Addr, Master, Keys)
world.log << "Topic: [T]"
log << "Topic: [T]"
. = HandleTopic(T)
world.log << "Response: [.]"
log << "Response: [.]"
/world/proc/HandleTopic(T)
TGS_TOPIC
@@ -41,6 +41,10 @@
world.TgsChatBroadcast("Recieved event: [json_encode(args)]")
/world/Export(url)
log << "Export: [url]"
return ..()
/proc/RebootAsync()
set waitfor = FALSE
world.sleep_offline = FALSE