changeset 18606:3d0422b6f8fa

mx gate: execute unittests with --fail-fast option.
author Josef Eisl <josef.eisl@jku.at>
date Thu, 04 Dec 2014 10:51:25 +0100
parents 58eb9bbb60c4
children 6383574293f9
files mx/mx_graal.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal.py	Wed Dec 03 21:02:27 2014 +0100
+++ b/mx/mx_graal.py	Thu Dec 04 10:51:25 2014 +0100
@@ -1438,7 +1438,7 @@
 
     with VM('server', 'product'):  # hosted mode
         with Task('UnitTests:hosted-product', tasks):
-            unittest(['--enable-timing', '--verbose'])
+            unittest(['--enable-timing', '--verbose', '--fail-fast'])
 
     with VM('server', 'product'):  # hosted mode
         with Task('UnitTests-BaselineCompiler:hosted-product', tasks):