Skip to content
Snippets Groups Projects
Commit 0bad6cae authored by boklm's avatar boklm Committed by morgan
Browse files

Bug 41327: Print more logs when make_full_update.sh failed to generate mar file in dmg2mar

parent 745d0e32
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ sub convert_files {
(undef, $err, $success) = capture_exec('make_full_update.sh', '-q',
$output, $appdir);
exit_error "Error updating $output: $err" unless $success;
exit_error "make_full_update.sh failed. $output does not exist."
exit_error "make_full_update.sh failed. $output was not created.\n$err"
unless -f $output;
$pm->finish;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment