File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ test_encrypt_vectors_go:
212
212
go -C runtimes/go/ImplementationFromDafny-go run ImplementationFromDafny.go encrypt --manifest-path=.. --decrypt-manifest-path=..
213
213
214
214
test_encrypt_vectors_python :
215
- rm -rf runtimes/python/.tox
215
+ rm -rf runtimes/python/.tox \
216
216
python3 -m tox -c runtimes/python --verbose -e cli -- encrypt --manifest-path runtimes/python --decrypt-manifest-path runtimes/python
217
217
218
218
test_decrypt_encrypt_vectors_java :
@@ -239,7 +239,7 @@ test_decrypt_encrypt_vectors_go:
239
239
go -C runtimes/go/ImplementationFromDafny-go run ImplementationFromDafny.go decrypt --manifest-path=.. --manifest-name=decrypt-manifest.json
240
240
241
241
test_decrypt_encrypt_vectors_python :
242
- rm -rf runtimes/python/.tox
242
+ rm -rf runtimes/python/.tox \
243
243
python3 -m tox -c runtimes/python --verbose -e cli -- decrypt --manifest-path runtimes/python --manifest-name decrypt-manifest.json
244
244
245
245
_polymorph_dependencies :
You can’t perform that action at this time.
0 commit comments