[Updated] D11272: contrib: log the command and args for every process installing windows deps

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Tue Aug 10 13:32:05 UTC 2021


Closed by commit rHGfb7d17496aca: contrib: log the command and args for every process installing windows deps (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D11272?vs=29865&id=29872

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D11272/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D11272

AFFECTED FILES
  contrib/install-windows-dependencies.ps1

CHANGE DETAILS

diff --git a/contrib/install-windows-dependencies.ps1 b/contrib/install-windows-dependencies.ps1
--- a/contrib/install-windows-dependencies.ps1
+++ b/contrib/install-windows-dependencies.ps1
@@ -91,6 +91,8 @@
 }
 
 function Invoke-Process($path, $arguments) {
+    echo "$path $arguments"
+
     $p = Start-Process -FilePath $path -ArgumentList $arguments -Wait -PassThru -WindowStyle Hidden
 
     if ($p.ExitCode -ne 0) {



To: mharbison72, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210810/4fa5d660/attachment-0002.html>


More information about the Mercurial-patches mailing list