summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-01 04:00:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-01 04:00:56 +0000
commit678f6b37164303417c04a93e855af11cc6d1be62 (patch)
tree105cc8b2c5500f72d8412700a7472aa4a6fcd2f8 /common.mk
parent12b0ccc20483de26021d092155a722b22a225afe (diff)
* common.mk (test-knownbug): ignore known bugs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 4fdcae3fc7..c06f27596d 100644
--- a/common.mk
+++ b/common.mk
@@ -419,10 +419,11 @@ no-test-sample: PHONY
yes-test-sample: PHONY
@$(RUNRUBY) $(srcdir)/tool/rubytest.rb
+test-knownbugs: test-knownbug
test-knownbug: miniruby$(EXEEXT) $(PROGRAM) $(RBCONFIG) $(TEST_RUNNABLE)-test-knownbug
no-test-knownbug: PHONY
yes-test-knownbug: PHONY
- $(RUNRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(PROGRAM)" $(OPTS) $(srcdir)/KNOWNBUGS.rb
+ -$(RUNRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(PROGRAM)" $(OPTS) $(srcdir)/KNOWNBUGS.rb
test: test-sample btest-ruby test-knownbug