Skip to content

Commit be3bc20

Browse files
committed
m
1 parent 3207987 commit be3bc20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestVectors/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ test_encrypt_vectors_go:
217217
go -C runtimes/go/ImplementationFromDafny-go run ImplementationFromDafny.go encrypt --manifest-path=.. --decrypt-manifest-path=..
218218

219219
test_encrypt_vectors_python:
220-
rm -rf runtimes/python/.tox \
220+
rm -rf runtimes/python/.tox
221221
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:
@@ -244,7 +244,7 @@ test_decrypt_encrypt_vectors_go:
244244
go -C runtimes/go/ImplementationFromDafny-go run ImplementationFromDafny.go decrypt --manifest-path=.. --manifest-name=decrypt-manifest.json
245245

246246
test_decrypt_encrypt_vectors_python:
247-
rm -rf runtimes/python/.tox \
247+
rm -rf runtimes/python/.tox
248248
python3 -m tox -c runtimes/python --verbose -e cli -- decrypt --manifest-path runtimes/python --manifest-name decrypt-manifest.json
249249

250250
_polymorph_dependencies:

0 commit comments

Comments
 (0)