From ac3f71f85c9403b740444628b4afa8d1f0a6cc5e Mon Sep 17 00:00:00 2001
From: Lukas Stadler <lukas.stadler@oracle.com>
Date: Fri, 21 Oct 2016 15:01:06 +0200
Subject: [PATCH] move "UnitTests: ExpectedTestOutput file check" from normal
 to style check gate run

---
 ci.hocon | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci.hocon b/ci.hocon
index a2fbe7d9cd..e162126948 100644
--- a/ci.hocon
+++ b/ci.hocon
@@ -79,7 +79,7 @@ gateCmd : ["mx", "--strict-compliance", "rgate", "--strict-mode", "-t"]
 
 gateTestCommon : ${common} {
   run : [
-    ${gateCmd} ["Versions,JDKReleaseInfo,BuildJavaWithJavac,UnitTests: ExpectedTestOutput file check,UnitTests: with specials"]
+    ${gateCmd} ["Versions,JDKReleaseInfo,BuildJavaWithJavac,UnitTests: with specials"]
   ]
 }
 
@@ -118,7 +118,7 @@ gateStyle : ${common} {
     ECLIPSE_EXE : "$ECLIPSE/eclipse"
   }
   run : [
-    ${gateCmd} ["Versions,JDKReleaseInfo,Pylint,Canonicalization Check,BuildJavaWithJavac,IDEConfigCheck,CodeFormatCheck,Checkstyle,Copyright check"]
+    ${gateCmd} ["Versions,JDKReleaseInfo,Pylint,Canonicalization Check,BuildJavaWithJavac,IDEConfigCheck,CodeFormatCheck,Checkstyle,Copyright check, UnitTests: ExpectedTestOutput file check"]
   ]
 }
 
-- 
GitLab