[Groonga-commit] droonga/drntest at d2282e0 [master] Shorten printed path

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 22 12:21:31 JST 2014


Kouhei Sutou	2014-04-22 12:21:31 +0900 (Tue, 22 Apr 2014)

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

  Message:
    Shorten printed path

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

  Modified: lib/drntest/test-runner.rb (+2 -1)
===================================================================
--- lib/drntest/test-runner.rb    2014-04-17 18:47:44 +0900 (651b9d9)
+++ lib/drntest/test-runner.rb    2014-04-22 12:21:31 +0900 (0ae8f94)
@@ -34,7 +34,8 @@ module Drntest
     end
 
     def run
-      print "#{@target_path}: "
+      relative_target_path = @target_path.relative_path_from(@config.suite_path)
+      print "#{relative_target_path}: "
       @engine.start(@target_path)
       begin
         results = process_requests
-------------- next part --------------
HTML����������������������������...
Download 



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