File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 8686 run : |
8787 # Run the do-cmd-test.sh script to execute interoperability tests
8888 echo "Running OpenSSL provider interoperability tests..."
89- export OPENSSL_BIN=$(eval which openssl)
90- ${{ matrix.force_fail }}
91- ${{ matrix.fips_ref == 'FIPS' && 'export WOLFSSL_ISFIPS=1' || '' }}
92- ${{ matrix.replace_default && 'export WOLFPROV_REPLACE_DEFAULT=1' || '' }}
93- source scripts/env-setup
94- ./scripts/cmd_test/do-cmd-tests.sh
89+ ${{ matrix.replace_default && 'export WOLFPROV_REPLACE_DEFAULT=1' || '' }} source scripts/env-setup
90+ OPENSSL_BIN=$(eval which openssl) ${{ matrix.force_fail }} ${{ matrix.fips_ref == 'FIPS' && 'WOLFSSL_ISFIPS=1' || '' }} ./scripts/cmd_test/do-cmd-tests.sh
9591 echo "PASS: All provider interoperability tests successful"
9692
9793 - name : Uninstall package and verify cleanup
You can’t perform that action at this time.
0 commit comments