JDK-8238204: run_tests.sh fails on macOS when called from test_jpackage.sh
Andy Herrick
andy.herrick at oracle.com
Thu Jun 4 17:11:12 UTC 2020
looks good.
/Andy
On 6/4/2020 12:21 PM, Alexey Semenyuk wrote:
> Please review fix [2] for jpackage bug [1].
>
> Replace xargs call with --no-run-if-empty parameter with bash
> expressions in run_tests.sh
> Call run_tests.sh from test_jpackager.sh in a way to avoid shebang
> interpretation that doesn't work properly in the environment without
> bash in the PATH.
>
> Both scripts are used to run jpackage tests in local builds.
>
> - Alexey
>
> [1] https://bugs.openjdk.java.net/browse/JDK-8238204
>
> [2] http://cr.openjdk.java.net/~asemenyuk/8238204/webrev.00
>
More information about the core-libs-dev
mailing list