From ed8478e9de28161cf8459f4fe03847d5c3b98dae Mon Sep 17 00:00:00 2001
From: Mick Jordan <mick.jordan@oracle.com>
Date: Mon, 14 Mar 2016 10:31:57 -0700
Subject: [PATCH] another try at temp remove apps from gate tests

---
 mx.fastr/mx_fastr.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mx.fastr/mx_fastr.py b/mx.fastr/mx_fastr.py
index 73802352ee..88ca3bf219 100644
--- a/mx.fastr/mx_fastr.py
+++ b/mx.fastr/mx_fastr.py
@@ -256,7 +256,7 @@ def _fastr_gate_runner(args, tasks):
     # check that the expected test output file is up to date
     with mx_gate.Task('UnitTests: ExpectedTestOutput file check', tasks) as t:
         if t:
-            if junit(['--tests', _all_unit_tests(), '--check-expected-output']) != 0:
+            if junit(['--tests', _gate_noapps_unit_tests(), '--check-expected-output']) != 0:
                 t.abort('unit tests expected output check failed')
 
     with mx_gate.Task('UnitTests: +EST', tasks) as t:
-- 
GitLab