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

* common.mk: restore TESTRUN_SCRIPT to "$(srcdir)/test.rb".

TESTRUN_SCRIPT is used by "make run", "make gdb" and so on.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2011-06-10 05:47:38 +00:00
parent 3bc5b309be
commit 5a363fbb50
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Fri Jun 10 14:34:24 2011 Koichi Sasada <ko1@atdot.net>
* common.mk: restore TESTRUN_SCRIPT to "$(srcdir)/test.rb".
TESTRUN_SCRIPT is used by "make run", "make gdb" and so on.
Fri Jun 10 13:04:39 2011 Nobuyoshi Nakada <nobu@ruby-lang.org> Fri Jun 10 13:04:39 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/test/unit/assertions.rb (Test::Unit::Assertions#skip): reason to * lib/test/unit/assertions.rb (Test::Unit::Assertions#skip): reason to

View file

@ -131,7 +131,7 @@ PRE_LIBRUBY_UPDATE = $(MINIRUBY) -e 'ARGV[1] or File.unlink(ARGV[0]) rescue nil'
TESTSDIR = $(srcdir)/test TESTSDIR = $(srcdir)/test
TESTWORKDIR = testwork TESTWORKDIR = testwork
TESTRUN_SCRIPT = ./test.rb TESTRUN_SCRIPT = $(srcdir)/test.rb
BOOTSTRAPRUBY = $(BASERUBY) BOOTSTRAPRUBY = $(BASERUBY)