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 @@ -217,7 +217,7 @@ test_encrypt_vectors_go:
217
217
go -C runtimes/go/ImplementationFromDafny-go run ImplementationFromDafny.go encrypt --manifest-path=.. --decrypt-manifest-path=..
218
218
219
219
test_encrypt_vectors_python :
220
- rm -rf runtimes/python/.tox \
220
+ rm -rf runtimes/python/.tox
221
221
python3 -m tox -c runtimes/python --verbose -e cli -- encrypt --manifest-path runtimes/python --decrypt-manifest-path runtimes/python
222
222
223
223
test_decrypt_encrypt_vectors_java :
@@ -244,7 +244,7 @@ test_decrypt_encrypt_vectors_go:
244
244
go -C runtimes/go/ImplementationFromDafny-go run ImplementationFromDafny.go decrypt --manifest-path=.. --manifest-name=decrypt-manifest.json
245
245
246
246
test_decrypt_encrypt_vectors_python :
247
- rm -rf runtimes/python/.tox \
247
+ rm -rf runtimes/python/.tox
248
248
python3 -m tox -c runtimes/python --verbose -e cli -- decrypt --manifest-path runtimes/python --manifest-name decrypt-manifest.json
249
249
250
250
_polymorph_dependencies :
You can’t perform that action at this time.
0 commit comments