56d3f90a02
When Logger is not initialized it returns default logger which prints to stdout and stderr, so it can lead to different results when run CLI tests locally and on TC.
4 lines
174 B
Plaintext
Vendored
4 lines
174 B
Plaintext
Vendored
error: source file or directory not found: $TESTDATA_DIR$/nonexistentFile.kt
|
|
error: source file or directory not found: $TESTDATA_DIR$/some/nonexistent/dir
|
|
COMPILATION_ERROR
|