diff options
author | Josh Haberman <jhaberman@gmail.com> | 2015-12-30 16:03:49 -0800 |
---|---|---|
committer | Josh Haberman <jhaberman@gmail.com> | 2016-01-11 16:15:46 -0800 |
commit | e891c29f9bc6aec94db80d44ed8c24d4142f7c3f (patch) | |
tree | cf2b27b5a8fda53820c724d5ab130247c4ff4ddc /ruby | |
parent | c64146f195881f349bf470948d7b5e1e3704b077 (diff) |
Allow conformance test runner to tolerate crashes, and re-enable conformance tests.
Diffstat (limited to 'ruby')
-rwxr-xr-x | ruby/travis-test.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ruby/travis-test.sh b/ruby/travis-test.sh index 1b53dd78..4c09d767 100755 --- a/ruby/travis-test.sh +++ b/ruby/travis-test.sh @@ -18,10 +18,7 @@ test_version() { which ruby && \ gem install bundler && bundle && \ rake test" - # TODO(xiaofeng): Conformance tests are disabled because the ruby testee - # program crashes on some inputs. - # cd ../conformance && \ - # make test_ruby + cd ../conformance && make test_ruby fi } |