mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Adjust file path for translate_ciphers.py
Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
This commit is contained in:
parent
b74c3eaf87
commit
9669eeabcf
@ -290,7 +290,7 @@ reset_ciphersuites()
|
|||||||
# list of entries of the form "STANDARD_NAME=PROGRAM_NAME".
|
# list of entries of the form "STANDARD_NAME=PROGRAM_NAME".
|
||||||
translate_ciphers()
|
translate_ciphers()
|
||||||
{
|
{
|
||||||
ciphers=$(scripts/translate_ciphers.py "$@")
|
ciphers=$(../framework/scripts/translate_ciphers.py "$@")
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "translate_ciphers.py failed with exit code $1" >&2
|
echo "translate_ciphers.py failed with exit code $1" >&2
|
||||||
echo "$2" >&2
|
echo "$2" >&2
|
||||||
|
@ -160,6 +160,6 @@ component_check_test_helpers () {
|
|||||||
./framework/scripts/test_generate_test_code.py 2>&1
|
./framework/scripts/test_generate_test_code.py 2>&1
|
||||||
|
|
||||||
msg "unit test: translate_ciphers.py"
|
msg "unit test: translate_ciphers.py"
|
||||||
python3 -m unittest tests/scripts/translate_ciphers.py 2>&1
|
python3 -m unittest framework/scripts/translate_ciphers.py 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user