ruby-changes:2091
From: ko1@a...
Date: 1 Oct 2007 15:30:52 +0900
Subject: [ruby-changes:2091] akr - Ruby:r13582 (trunk): * bootstraptest/runner.rb (assert_normal_exit): use `` instead of
akr 2007-10-01 15:30:39 +0900 (Mon, 01 Oct 2007)
New Revision: 13582
Modified files:
trunk/ChangeLog
trunk/bootstraptest/runner.rb
Log:
* bootstraptest/runner.rb (assert_normal_exit): use `` instead of
system.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13582&r2=13581
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/runner.rb?r1=13582&r2=13581
Index: ChangeLog
===================================================================
--- ChangeLog (revision 13581)
+++ ChangeLog (revision 13582)
@@ -1,3 +1,8 @@
+Mon Oct 1 15:29:35 2007 Tanaka Akira <akr@f...>
+
+ * bootstraptest/runner.rb (assert_normal_exit): use `` instead of
+ system.
+
Mon Oct 1 15:17:48 2007 Nobuyoshi Nakada <nobu@r...>
* gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911]
Index: bootstraptest/runner.rb
===================================================================
--- bootstraptest/runner.rb (revision 13581)
+++ bootstraptest/runner.rb (revision 13582)
@@ -171,7 +171,7 @@
$stderr.puts "\##{@count} #{@location}" if @verbose
faildesc = nil
filename = make_srcfile(testsrc)
- system("#{@ruby} -W0 #{filename}")
+ `#{@ruby} -W0 #{filename}`
if $?.signaled?
signo = $?.termsig
signame = Signal.list.invert[signo]
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml