tests: disabling symlink cache in tests too
authorRoman Shevchenko <roman.shevchenko@jetbrains.com>
Fri, 13 Feb 2015 19:09:31 +0000 (20:09 +0100)
committerRoman Shevchenko <roman.shevchenko@jetbrains.com>
Fri, 13 Feb 2015 19:09:31 +0000 (20:09 +0100)
build/scripts/tests.gant

index e4aada4b821a4c11065657bb01765bfe10591a17..03e790c6a7c108729a171c69a86294b544b8332a 100644 (file)
@@ -26,7 +26,8 @@ if ("GIT_TESTS".equalsIgnoreCase(System.getProperty("idea.test.group"))) {
 def args = [
   "-Xmx450m",
   "-XX:MaxPermSize=430m",
-  "-XX:ReservedCodeCacheSize=96m"
+  "-XX:ReservedCodeCacheSize=96m",
+  "-Dsun.io.useCanonCaches=false"
 ]
 
 if (System.getProperty("os.name").toLowerCase().startsWith("mac")) {