[Groonga-commit] groonga/gcs [master] Call path.resolve correctly for results

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 9 12:57:14 JST 2012


YUKI Hiroshi	2012-11-09 12:57:14 +0900 (Fri, 09 Nov 2012)

  New Revision: 7f18c709a9077948c7a3dbdae9b87376e4ed72de
  https://github.com/groonga/gcs/commit/7f18c709a9077948c7a3dbdae9b87376e4ed72de

  Log:
    Call path.resolve correctly for results

  Modified files:
    bin/gcs-run-scenarios

  Modified: bin/gcs-run-scenarios (+1 -1)
===================================================================
--- bin/gcs-run-scenarios    2012-11-09 12:56:24 +0900 (2c1ae26)
+++ bin/gcs-run-scenarios    2012-11-09 12:57:14 +0900 (774d36b)
@@ -68,7 +68,7 @@ scenarios.forEach(function(scenario) {
     output += '\r\n';
     output += response.Body.toString();
 
-    var resultPath = resultsDir.resolve(resultsDir, filename);
+    var resultPath = path.resolve(resultsDir, filename);
     fs.writeFile(resultPath, output);
     console.log('Wrote ' + resultPath);
   });
-------------- next part --------------
HTML����������������������������...
Download 



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