From 2d44a853e9e30d958e371862eea05fbfcb07b1fa Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 2 Sep 2015 20:24:54 +0300 Subject: [PATCH] Don't perform "ant compiler-quick" and "ant runtime" before All Tests Although this made sure you'd not forget to rebuild the runtime before running all tests locally, it had an unexpected side effect that All Tests would check not the compiler built by "ant dist", but the compiler built by "ant compiler-quick", which can and does in fact differ from the former (for example, proguard is not run on it) --- .idea/runConfigurations/All_Tests.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.idea/runConfigurations/All_Tests.xml b/.idea/runConfigurations/All_Tests.xml index cbad7514249..a5bb223bffb 100644 --- a/.idea/runConfigurations/All_Tests.xml +++ b/.idea/runConfigurations/All_Tests.xml @@ -34,9 +34,6 @@ - - + \ No newline at end of file