tests for KT-7618 Compiling Maven project targeting JS fails when no source file present
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
$TEMP_DIR$
|
||||
-no-stdlib
|
||||
-output
|
||||
$TESTDATA_DIR$
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
ERROR: No source files
|
||||
COMPILATION_ERROR
|
||||
@@ -0,0 +1,4 @@
|
||||
not/existing/path
|
||||
-no-stdlib
|
||||
-output
|
||||
$TESTDATA_DIR$
|
||||
@@ -0,0 +1,2 @@
|
||||
ERROR: Source file or directory not found: not/existing/path
|
||||
COMPILATION_ERROR
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
$TEMP_DIR$
|
||||
-d
|
||||
$TEMP_DIR$
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
ERROR: No source files
|
||||
COMPILATION_ERROR
|
||||
Reference in New Issue
Block a user