We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3bc20 commit 8af4dddCopy full SHA for 8af4ddd
TestVectors/Makefile
@@ -218,7 +218,7 @@ test_encrypt_vectors_go:
218
219
test_encrypt_vectors_python:
220
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
+ python3 -m tox -c runtimes/python --verbose -e cli -- encrypt --manifest-path runtimes/python --decrypt-manifest-path runtimes/python
222
223
test_decrypt_encrypt_vectors_java:
224
gradle -p runtimes/java run --args="decrypt --manifest-path . --manifest-name decrypt-manifest.json"
0 commit comments