Skip to content

Commit

Permalink
Merge pull request #413 from debmc/logloc
Browse files Browse the repository at this point in the history
OpTestUtil: Add log location at end of run
  • Loading branch information
stewartsmith authored Feb 25, 2019
2 parents 8f9260d + bcb7623 commit 2b18047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/OpTestUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ def cleanup(self):
self.dump_versions()

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

0 comments on commit 2b18047

Please sign in to comment.