nielsbasjes commented on PR #44:
URL: 
https://github.com/apache/maven-gh-actions-shared/pull/44#issuecomment-1134560603

   > To investigate
   > 
   > * how long take such new task
   
   Yes, valid question. 
   Perhaps not doing the update (as documented by Github) but just install 
mercurial?
   
   > * what on other os - linux, windows
   
   The logging of this PR https://github.com/apache/maven-scm/pull/140 shows 
that on both Linux and Windows have HG installed and it works. On macOS it is 
not installed and the tests are skipped.
   
   Snippets from the logs:
   
   Ubuntu:
   ```
   2022-05-23T08:00:42.8027031Z [INFO] Running 
org.apache.maven.scm.provider.hg.command.checkout.HgCheckOutCommandTckTest
   2022-05-23T08:00:42.8284666Z [main] INFO 
org.apache.maven.scm.provider.hg.HgUtils - EXECUTING: /bin/sh -c cd 
'/home/runner/work/maven-scm/maven-scm/maven-scm-providers/maven-scm-provider-hg/target/test-branch'
 && 'hg' 'init'
   ```
   
   Windows
   ```
   2022-05-23T08:02:15.5912662Z [INFO] Running 
org.apache.maven.scm.provider.hg.command.checkout.HgCheckOutCommandTckTest
   2022-05-23T08:02:15.6441394Z [main] INFO 
org.apache.maven.scm.provider.hg.HgUtils - EXECUTING: cmd.exe /X /C "hg init"
   ```
   
   macOS
   ```
   2022-05-23T08:00:43.4287380Z [INFO] Running 
org.apache.maven.scm.provider.hg.command.checkout.HgCheckOutCommandTckTest
   2022-05-23T08:00:43.4345300Z [WARNING] Tests run: 1, Failures: 0, Errors: 0, 
Skipped: 1, Time elapsed: 0.005 s - in 
org.apache.maven.scm.provider.hg.command.checkout.HgCheckOutCommandTckTest
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to