Skip to content

Commit da30e6f

Browse files
committed
m
1 parent 523905a commit da30e6f

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
@@ -195,8 +195,8 @@ test_generate_vectors_go:
195195
cp dafny/TestVectors/test/keys.json runtimes/go
196196

197197
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 \
198+
rm -rf runtimes/python/.tox
199+
python3 -m tox -c runtimes/python --verbose -e cli -- encrypt-manifest --encrypt-manifest-output runtimes/python
200200
cp dafny/TestVectors/test/keys.json runtimes/python
201201

202202
test_encrypt_vectors_java:

0 commit comments

Comments
 (0)