Skip to content

Commit

Permalink
Fix unit test logging (tgstation#51354)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss authored and EdgeLordExe committed May 31, 2020
1 parent 820119d commit b4b895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ GLOBAL_VAR(restart_counter)
GLOB.demo_log = "[GLOB.log_directory]/demo.log"

#ifdef UNIT_TESTS
GLOB.test_log = file("[GLOB.log_directory]/tests.log")
GLOB.test_log = "[GLOB.log_directory]/tests.log"
start_log(GLOB.test_log)
#endif
start_log(GLOB.world_game_log)
Expand Down

0 comments on commit b4b895f

Please sign in to comment.