mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
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
|