adoptium / aqa-systemtest

Java load testing and other full system application tests
Apache License 2.0
23 stars 67 forks source link

Change JCK8 AIX to use cmdAsString rather than cmdAsFile #444

Closed andrew-m-leonard closed 3 years ago

andrew-m-leonard commented 3 years ago

This previous fix for JCK11 does not apply to JCK8 as OsHelper class is jck11+ only: https://github.com/adoptium/aqa-systemtest/commit/af676759f9365f29533837b466bb1a38a92be4db

Added condition to only use workaround for jck11+.

Signed-off-by: Andrew Leonard anleonar@redhat.com

andrew-m-leonard commented 3 years ago

Test successfully on jck8.