diff --git a/code/__DEFINES/extools.dm b/code/__DEFINES/extools.dm index 4b8068d4b7..e01e09a3d3 100644 --- a/code/__DEFINES/extools.dm +++ b/code/__DEFINES/extools.dm @@ -29,7 +29,9 @@ #define EXTOOLS (__extools || __detect_extools()) #endif +#ifndef UNIT_TESTS // use default logging as extools is broken on travis #define EXTOOLS_LOGGING // rust_g is used as a fallback if this is undefined +#endif /proc/extools_log_write()