From: Lars Kurth Date: Wed, 19 Jul 2017 12:40:03 +0000 (+0100) Subject: Script prints log file location at the end X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0828aada0f2a2fa699e298164f13a75ee151cfa8;p=people%2Flarsk%2Fxen-release-scripts.git Script prints log file location at the end --- diff --git a/xen-release-logs b/xen-release-logs index ecae956..4655aa3 100755 --- a/xen-release-logs +++ b/xen-release-logs @@ -157,6 +157,8 @@ print "=========\n"; print "\n"; chdir ".."; +print "File location: ".cwd()."\n"; +print "\n"; system("ls *.log"); chdir "..";