From: Ian Jackson Date: Tue, 1 Sep 2009 15:57:30 +0000 (+0100) Subject: Show which ocean failed if yppedia-chart-parser fails X-Git-Tag: 3.4~36 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=commitdiff_plain;h=170049a6777baa9d15678e0f13804157bf6c02b0 Show which ocean failed if yppedia-chart-parser fails --- diff --git a/yarrg/update-master-info b/yarrg/update-master-info index 6d1cae7..3f570a6 100755 --- a/yarrg/update-master-info +++ b/yarrg/update-master-info @@ -9,7 +9,7 @@ sub full ($) { my ($ocean) = @_; quick($ocean); print "## updating topology of $ocean\n"; - system('./yppedia-chart-parser',$ocean); die $? if $?; + system('./yppedia-chart-parser',$ocean); die "$ocean $?" if $?; } sub quick ($) {