1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

removed basedir and runner args to test/runner.rb. not valid args anymore

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ryan 2008-09-24 08:44:54 +00:00
parent cb723edfc8
commit d34a75b061

View file

@ -371,7 +371,7 @@ test-knownbug: miniruby$(EXEEXT) $(PROGRAM) PHONY
test: test-sample btest-miniruby test-knownbug
test-all:
$(RUNRUBY) "$(srcdir)/test/runner.rb" --basedir="$(TESTSDIR)" --runner=$(TESTUI) $(TESTS)
$(RUNRUBY) "$(srcdir)/test/runner.rb" $(TESTS)
extconf: $(PREP)
$(MAKEDIRS) "$(EXTCONFDIR)"