Adjust file path for translate_ciphers.py

Signed-off-by: Elena Uziunaite <[email protected]>
This commit is contained in:
Elena Uziunaite
2024-10-15 11:45:15 +01:00
parent b74c3eaf87
commit 9669eeabcf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
}