aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh')
-rwxr-xr-xtest/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh b/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh
index 0a0eabb8b338..9fb245e24447 100755
--- a/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh
+++ b/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh
@@ -58,7 +58,7 @@ echo "Running tests"
echo "------------------------------------------------------------------"
# The OpenSSL app uses ${HARNESS_OSSL_PREFIX} as a prefix for its standard output
-HARNESS_OSSL_PREFIX= meson test -C $PKCS11_PROVIDER_BUILDDIR
+SUPPORT_ML_DSA=0 HARNESS_OSSL_PREFIX= meson test -C $PKCS11_PROVIDER_BUILDDIR --suite=kryoptic
if [ $? -ne 0 ]; then
cat $PKCS11_PROVIDER_BUILDDIR/meson-logs/testlog.txt