Skip to content

Commit

Permalink
Adjust file path for translate_ciphers.py
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Uziunaite <[email protected]>
  • Loading branch information
eleuzi01 committed Oct 8, 2024
1 parent 7dae0b9 commit e27f735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/compat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ reset_ciphersuites()
# list of entries of the form "STANDARD_NAME=PROGRAM_NAME".
translate_ciphers()
{
ciphers=$(scripts/translate_ciphers.py "$@")
ciphers=$(../framework/scripts/translate_ciphers.py "$@")
if [ $? -ne 0 ]; then
echo "translate_ciphers.py failed with exit code $1" >&2
echo "$2" >&2
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/components-basic-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ component_check_test_helpers () {
./framework/scripts/test_generate_test_code.py 2>&1

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
}

0 comments on commit e27f735

Please sign in to comment.