Browse Source

fix current_benchmark location

Nate Brady 8 years ago
parent
commit
e1e5a1e5af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/benchmark/benchmarker.py

+ 1 - 1
toolset/benchmark/benchmarker.py

@@ -987,7 +987,7 @@ class Benchmarker:
     self.fwroot = setup_util.get_fwroot()
 
     # setup current_benchmark.txt location
-    self.current_benchmark = os.path.join(self.fwroot, "tmp/current_benchmark.txt")
+    self.current_benchmark = "/tmp/current_benchmark.txt"
 
     # setup results and latest_results directories
     self.result_directory = os.path.join(self.fwroot, "results")