mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix test path on travis build
This commit is contained in:
parent
2679e10942
commit
759576a03f
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ env:
|
|||
env:
|
||||
- GEMS_FOR_TEST=
|
||||
- TEST_MJIT_SYMBOLS=1
|
||||
- TEST_ALL_TESTS=test/ruby/test_jit.rb
|
||||
- TEST_ALL_TESTS=../test/ruby/test_jit.rb
|
||||
- cppflags='-DRUBY_DEBUG -DVM_CHECK_MODE=1 -DTRANSIENT_HEAP_CHECK_MODE -DRGENGC_CHECK_MODE -DENC_DEBUG'
|
||||
|
||||
- &VM_CHECK_MODE
|
||||
|
|
Loading…
Reference in a new issue