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 523905a commit da30e6fCopy full SHA for da30e6f
TestVectors/Makefile
@@ -195,8 +195,8 @@ test_generate_vectors_go:
195
cp dafny/TestVectors/test/keys.json runtimes/go
196
197
test_generate_vectors_python:
198
- rm -rf runtimes/python/.tox \
199
- python3 -m tox -c runtimes/python --verbose -e cli -- encrypt-manifest --encrypt-manifest-output runtimes/python \
+ rm -rf runtimes/python/.tox
+ python3 -m tox -c runtimes/python --verbose -e cli -- encrypt-manifest --encrypt-manifest-output runtimes/python
200
cp dafny/TestVectors/test/keys.json runtimes/python
201
202
test_encrypt_vectors_java:
0 commit comments