# HG changeset patch # User Josef Eisl # Date 1417686685 -3600 # Node ID 3d0422b6f8fa8137f8b0c7d501616dda944a9b33 # Parent 58eb9bbb60c4e415ac56690ef605832589fc1714 mx gate: execute unittests with --fail-fast option. diff -r 58eb9bbb60c4 -r 3d0422b6f8fa mx/mx_graal.py --- 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):