[Groonga-commit] droonga/drntest at a2e5afe [master] Fix a typo...

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Nov 28 18:18:43 JST 2013


Kouhei Sutou	2013-11-28 18:18:43 +0900 (Thu, 28 Nov 2013)

  New Revision: a2e5afe50f3ac9daf1a691e2ca416749647bd4b1
  https://github.com/droonga/drntest/commit/a2e5afe50f3ac9daf1a691e2ca416749647bd4b1

  Message:
    Fix a typo...

  Modified files:
    lib/drntest/test-runner.rb

  Modified: lib/drntest/test-runner.rb (+1 -1)
===================================================================
--- lib/drntest/test-runner.rb    2013-11-28 18:10:59 +0900 (b227983)
+++ lib/drntest/test-runner.rb    2013-11-28 18:18:43 +0900 (6975c14)
@@ -129,7 +129,7 @@ module Drntest
       sleep_time = 1
       while timeout > 0
         sleep(sleep_time)
-        timeout -= timeout
+        timeout -= sleep_time
         if Process.waitpid(@engine_pid, Process::WNOHANG)
           terminated = true
           break
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index