Skip to content

Commit

Permalink
* rubytest.rb: add library path to include standard libraries.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
eban committed Jun 19, 2003
1 parent 7bb51e6 commit bbd5c60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
Thu Jun 19 16:13:54 2003 WATANABE Hirofumi <eban@ruby-lang.org>

* rubytest.rb: add library path to include standard libraries.

Thu Jun 19 13:13:10 2003 NAKAMURA Usaku <usa@ruby-lang.org>

* hash.c (env_delete, rb_f_getenv, env_fetch): case insensitive to
Expand Down
2 changes: 1 addition & 1 deletion rubytest.rb
Expand Up @@ -32,7 +32,7 @@
$stderr.reopen($stdout)
error = ''

`./#{CONFIG["ruby_install_name"]}#{CONFIG["EXEEXT"]} #{CONFIG["srcdir"]}/sample/test.rb`.each do |line|
`./#{CONFIG["ruby_install_name"]}#{CONFIG["EXEEXT"]} -I#{CONFIG["srcdir"]}/lib #{CONFIG["srcdir"]}/sample/test.rb`.each do |line|
if line =~ /^end of test/
print "test succeeded\n"
exit 0
Expand Down

0 comments on commit bbd5c60

Please sign in to comment.