Skip to content

Commit c80fe8e

Browse files
committed
m
1 parent 40844b2 commit c80fe8e

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
@@ -212,7 +212,7 @@ test_encrypt_vectors_go:
212212
go -C runtimes/go/ImplementationFromDafny-go run ImplementationFromDafny.go encrypt --manifest-path=.. --decrypt-manifest-path=..
213213

214214
test_encrypt_vectors_python:
215-
rm -rf runtimes/python/.tox
215+
rm -rf runtimes/python/.tox \
216216
python3 -m tox -c runtimes/python --verbose -e cli -- encrypt --manifest-path runtimes/python --decrypt-manifest-path runtimes/python
217217

218218
test_decrypt_encrypt_vectors_java:
@@ -239,7 +239,7 @@ test_decrypt_encrypt_vectors_go:
239239
go -C runtimes/go/ImplementationFromDafny-go run ImplementationFromDafny.go decrypt --manifest-path=.. --manifest-name=decrypt-manifest.json
240240

241241
test_decrypt_encrypt_vectors_python:
242-
rm -rf runtimes/python/.tox
242+
rm -rf runtimes/python/.tox \
243243
python3 -m tox -c runtimes/python --verbose -e cli -- decrypt --manifest-path runtimes/python --manifest-name decrypt-manifest.json
244244

245245
_polymorph_dependencies:

0 commit comments

Comments
 (0)