[Groonga-commit] groonga/gcs [master] Fix missing method

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 14 17:21:47 JST 2012


YUKI Hiroshi	2012-11-14 17:21:47 +0900 (Wed, 14 Nov 2012)

  New Revision: 140ac3259f7dad6f000c7d6ef495237f12d26acb
  https://github.com/groonga/gcs/commit/140ac3259f7dad6f000c7d6ef495237f12d26acb

  Log:
    Fix missing method

  Modified files:
    tools/run-scenarios

  Modified: tools/run-scenarios (+1 -1)
===================================================================
--- tools/run-scenarios    2012-11-14 17:09:48 +0900 (fc87081)
+++ tools/run-scenarios    2012-11-14 17:21:47 +0900 (d8f0eea)
@@ -109,7 +109,7 @@ runner.on('scenario', function(event) {
   });
 
   event.runner.on('request:end', function(event) {
-    var filename = toSafeName(event.request.name) + '.txt';
+    var filename = ScenariosRunner.toSafeName(event.request.name) + '.txt';
     var resultPath = path.resolve(event.scenario.resultsDir, filename);
     fs.writeFile(resultPath, event.request.result);
     console.log('  Wrote ' + resultPath);
-------------- next part --------------
HTML����������������������������...
Download 



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