commit | 0d54a2e49608ce303eb0ac530ce0c98fda2bce07 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Sep 21 12:55:30 2023 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Sep 25 17:39:41 2023 +0200 |
tree | e4269b16d1d7044b65269444309c1860384bb0e7 | |
parent | 8e82654ec4fb9110e6bd370717d190ba6b119a96 [diff] [blame] |
Fix rebasing mistake Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 6b0e735..27488c9 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -2841,7 +2841,7 @@ if [ "$TEST_TARGET" = "ECC_DH" ]; then loc_accel_list="$loc_accel_list \ ALG_FFDH \ - $(helper_get_psa_keys_list "FFDH")" + $(helper_get_psa_key_type_list "FFDH")" fi # Note: Those are handled in a special way by the libtestdriver machinery,