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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }