Skip to content
Snippets Groups Projects
Commit a1fd76c7 authored by Mick Jordan's avatar Mick Jordan
Browse files

[GR-3875] Remove override of mx gate command

parent f09b7c4d
No related branches found
No related tags found
No related merge requests found
......@@ -295,10 +295,6 @@ def rgate(args):
'''
mx_gate.gate(args)
def gate(args):
'''Run 'mx.gate' with some standard tasks excluded as they currently fail'''
mx_gate.gate(args + ['-x', '-t', 'FindBugs,Checkheaders,Distribution Overlap Check,BuildJavaWithEcj'])
def _test_srcdir():
tp = 'com.oracle.truffle.r.test'
return join(mx.project(tp).dir, 'src', tp.replace('.', sep))
......@@ -579,7 +575,6 @@ _commands = {
'Rscript' : [rscript, '[options]'],
'rtestgen' : [testgen, ''],
'rgate' : [rgate, ''],
'gate' : [gate, ''],
'junit' : [junit, ['options']],
'junitsimple' : [junit_simple, ['options']],
'junitdefault' : [junit_default, ['options']],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment