зеркало из https://github.com/github/ruby.git
common.mk: use RUNRUBY for test-sample
* common.mk (yes-test-sample): use RUNRUBY instead of MINIRUBY to set runtime library path and run the built ruby. [Bug #8971] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
09c96a7858
Коммит
870dc20922
|
@ -1,3 +1,8 @@
|
|||
Thu Oct 3 13:42:51 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk (yes-test-sample): use RUNRUBY instead of MINIRUBY to set
|
||||
runtime library path and run the built ruby. [Bug #8971]
|
||||
|
||||
Thu Oct 3 00:17:15 2013 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* misc/ruby-additional.el: Properly quote the body. An unquoted
|
||||
|
|
|
@ -516,7 +516,7 @@ yes-btest-ruby: prog PHONY
|
|||
test-sample: $(TEST_RUNNABLE)-test-sample
|
||||
no-test-sample: PHONY
|
||||
yes-test-sample: prog PHONY
|
||||
$(Q)$(MINIRUBY) $(srcdir)/tool/rubytest.rb --run-opt=$(RUN_OPTS) $(OPTS) $(TESTOPTS)
|
||||
$(Q)$(RUNRUBY) $(srcdir)/tool/rubytest.rb --run-opt=$(RUN_OPTS) $(OPTS) $(TESTOPTS)
|
||||
|
||||
test-knownbugs: test-knownbug
|
||||
test-knownbug: $(TEST_RUNNABLE)-test-knownbug
|
||||
|
|
Загрузка…
Ссылка в новой задаче