From 86393db84da2bdb1ca0dabc702202fa22ef72fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 6 Mar 2023 16:19:05 +0100 Subject: [PATCH] Revert local experiment. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was never meant to be committed here. Signed-off-by: Manuel Pégourié-Gonnard --- tests/scripts/all.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index fdf3e2cdc..85fd1d847 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2302,8 +2302,7 @@ component_test_psa_crypto_config_accel_ecdh_use_psa () { # ------------- msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated ECDH + USE_PSA" - #make test - tests/ssl-opt.sh + make test # ssl-opt.sh later (probably doesn't pass right now) }