matthiasblaesing commented on pull request #3328: URL: https://github.com/apache/netbeans/pull/3328#issuecomment-996115285
I had a look at the tests, that either failed locally (RunJarStartupArgsTest) or are flaky (ShellConstructorTest): https://github.com/matthiasblaesing/netbeans/commit/d4b4f5faf226d2dce832bc67f2144c9528d83547 To get them into this PR, pull the changes like this: ```bash # Ensure the branch backing this PR is checked out git checkout maven384 # Pull in changes from my branch git pull https://github.com/matthiasblaesing/netbeans pr-3328 # Push to github git push ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
