mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
Minor, use TEMP_DIR/TESTDATA_DIR in CLI tests on xml build files
Otherwise the "outputDir" in these tests was treated as relative to the
project root, and starting from 63b4302cea, running these tests resulted
in the "whatever" directory being created in the project root
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<modules>
|
||||
<module name="name" outputDir="whatever" type="java-production">
|
||||
<sources path="nonexistentFile.kt"/>
|
||||
<sources path="some/nonexistent/dir/"/>
|
||||
<module name="name" outputDir="$TEMP_DIR$/whatever" type="java-production">
|
||||
<sources path="$TESTDATA_DIR$/nonexistentFile.kt"/>
|
||||
<sources path="$TESTDATA_DIR$/some/nonexistent/dir/"/>
|
||||
</module>
|
||||
</modules>
|
||||
|
||||
Reference in New Issue
Block a user