summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@free.fr>2016-01-23 16:00:02 +0200
committerMartin Peres <martin.peres@free.fr>2016-01-23 16:00:02 +0200
commite97c4b5c1889d3231c29b6df9322d3b1308a3b45 (patch)
tree4e015e716058e1ed823a03ca10009d2409984053
parenta6b726c117f9951f7334e52db925f99a1146004f (diff)
smart_ezbench: output the path of the report when starting a run
-rw-r--r--utils/ezbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ezbench.py b/utils/ezbench.py
index 3809d23..081d67a 100644
--- a/utils/ezbench.py
+++ b/utils/ezbench.py
@@ -473,7 +473,7 @@ class SmartEzbench:
def run(self):
self.__log(Criticality.II, "----------------------")
- self.__log(Criticality.II, "Starting a run: {report}".format(report=self.state['report_name']))
+ self.__log(Criticality.II, "Starting a run: {report} ({path})".format(report=self.state['report_name'], path=self.log_folder))
# Check the current state (FIXME: racy)
running_state=self.running_mode()