Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mx.jruby/mx_jruby.py
Original file line number Diff line number Diff line change
@@ -244,9 +244,9 @@ def jt(args, suite=None, nonZeroIsFatal=True, out=None, err=None, timeout=None,
jt = join(rubyDir, 'tool', 'jt.rb')
return mx.run(['ruby', jt] + args, nonZeroIsFatal=nonZeroIsFatal, out=out, err=err, timeout=timeout, env=env, cwd=cwd)

class BackgroundServerTask:
FNULL = open(os.devnull, 'w')
FNULL = open(os.devnull, 'w')

class BackgroundServerTask:
def __init__(self, args):
self.args = args

0 comments on commit 3aeb0f9

Please sign in to comment.