Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
@@ -424,7 +424,7 @@ def test_specs(command, *args)

if args.first == 'fast'
args.shift
options += %w[--excl-tag slow]
options += %w[--excl-tag slow -T-Xtruffle.backtraces.limit=4]
end

if args.delete('--graal')

2 comments on commit 0ac8eca

@chrisseaton
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nirvdrum @eregon @pitr-ch this shaves 20s off 'test fast'.

Sorry, something went wrong.

@eregon
Copy link
Member

@eregon eregon commented on 0ac8eca Feb 2, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow! 👍

Sorry, something went wrong.

Please sign in to comment.