tests: Don't remove stdlib tests when update external ones

This commit is contained in:
Ilya Matveev
2017-04-24 16:58:41 +07:00
committed by ilmat192
parent 5b4eb47235
commit 569ceff5f9
+2 -1
View File
@@ -78,7 +78,8 @@ task update_external_tests() {
// Copy only used tests into the test directory.
externalTestsDir.mkdirs()
delete(externalTestsDir.listFiles())
delete("${externalTestsDir.canonicalPath}/codegen")
delete("${externalTestsDir.canonicalPath}/compileKotlinAgainstKotlin")
copy {
from temporaryDir.absolutePath + "/compiler"