Skip to content

Commit 8af4ddd

Browse files
committed
m
1 parent be3bc20 commit 8af4ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestVectors/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ test_encrypt_vectors_go:
218218

219219
test_encrypt_vectors_python:
220220
rm -rf runtimes/python/.tox
221-
python3 -m tox -c runtimes/python --verbose -e cli -- encrypt --manifest-path runtimes/python --decrypt-manifest-path runtimes/python
221+
python3 -m tox -c runtimes/python --verbose -e cli -- encrypt --manifest-path runtimes/python --decrypt-manifest-path runtimes/python
222222

223223
test_decrypt_encrypt_vectors_java:
224224
gradle -p runtimes/java run --args="decrypt --manifest-path . --manifest-name decrypt-manifest.json"

0 commit comments

Comments
 (0)