[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41327: Print more logs when make_full_update.sh failed to generate mar file in dmg2mar



Title: GitLab

morgan pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 55c24300
    by Nicolas Vigier at 2024-11-27T17:57:04+01:00
    Bug 41327: Print more logs when make_full_update.sh failed to generate mar file in dmg2mar
    

1 changed file:

Changes:

  • tools/dmg2mar
    ... ... @@ -165,7 +165,7 @@ sub convert_files {
    165 165
             (undef, $err, $success) =  capture_exec('make_full_update.sh', '-q',
    
    166 166
                                             $output, $appdir);
    
    167 167
             exit_error "Error updating $output: $err" unless $success;
    
    168
    -        exit_error "make_full_update.sh failed. $output does not exist."
    
    168
    +        exit_error "make_full_update.sh failed. $output was not created.\n$err"
    
    169 169
                 unless -f $output;
    
    170 170
             $pm->finish;
    
    171 171
         }
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx