-
Bug
-
Resolution: Done
-
Major
-
38.0.0.Final, 38.0.1.Final
-
None
The script testsuite/integration/microprofile-tck/certification/microprofile-certification.sh calls set -o pipefail which is not a standard POSIX sh option and thus fails when running on sh or Dash. The pipefail option is specific to the Bash shell.