Skip to content

Commit 2b18047

Browse files
authored
Merge pull request #413 from debmc/logloc
OpTestUtil: Add log location at end of run
2 parents 8f9260d + bcb7623 commit 2b18047

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: common/OpTestUtil.py

+1
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ def cleanup(self):
285285
self.dump_versions()
286286

287287
def dump_versions(self):
288+
log.info("Log Location: {}/*debug*".format(self.conf.output))
288289
log.info("\n----------------------------------------------------------\n"
289290
"OpTestSystem Firmware Versions Tested\n"
290291
"(if flashed things like skiboot.lid, may not be accurate)\n"

0 commit comments

Comments
 (0)