aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/travis-test.sh
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2015-12-30 16:03:49 -0800
committerGravatar Josh Haberman <jhaberman@gmail.com>2016-01-11 16:15:46 -0800
commite891c29f9bc6aec94db80d44ed8c24d4142f7c3f (patch)
treecf2b27b5a8fda53820c724d5ab130247c4ff4ddc /ruby/travis-test.sh
parentc64146f195881f349bf470948d7b5e1e3704b077 (diff)
Allow conformance test runner to tolerate crashes, and re-enable conformance tests.
Diffstat (limited to 'ruby/travis-test.sh')
-rwxr-xr-xruby/travis-test.sh5
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
}