tests: Don't remove stdlib tests when update external ones
This commit is contained in:
@@ -78,7 +78,8 @@ task update_external_tests() {
|
|||||||
|
|
||||||
// Copy only used tests into the test directory.
|
// Copy only used tests into the test directory.
|
||||||
externalTestsDir.mkdirs()
|
externalTestsDir.mkdirs()
|
||||||
delete(externalTestsDir.listFiles())
|
delete("${externalTestsDir.canonicalPath}/codegen")
|
||||||
|
delete("${externalTestsDir.canonicalPath}/compileKotlinAgainstKotlin")
|
||||||
|
|
||||||
copy {
|
copy {
|
||||||
from temporaryDir.absolutePath + "/compiler"
|
from temporaryDir.absolutePath + "/compiler"
|
||||||
|
|||||||
Reference in New Issue
Block a user