Skip to content

Commit 40844b2

Browse files
committed
m
1 parent 233f993 commit 40844b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

TestVectors/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ 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
216-
python3 -m tox -c runtimes/python --verbose -e cli -- encrypt --manifest-path runtimes/python --decrypt-manifest-path runtimes/python
215+
rm -rf runtimes/python/.tox
216+
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:
219219
gradle -p runtimes/java run --args="decrypt --manifest-path . --manifest-name decrypt-manifest.json"
@@ -239,8 +239,8 @@ 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
243-
python3 -m tox -c runtimes/python --verbose -e cli -- decrypt --manifest-path runtimes/python --manifest-name decrypt-manifest.json
242+
rm -rf runtimes/python/.tox
243+
python3 -m tox -c runtimes/python --verbose -e cli -- decrypt --manifest-path runtimes/python --manifest-name decrypt-manifest.json
244244

245245
_polymorph_dependencies:
246246
@echo "No polymorphing of dependency"
@@ -260,7 +260,7 @@ _sed_index_file_add_extern:
260260
PYTHON_MODULE_NAME=aws_encryption_sdk_test_vectors
261261

262262
TRANSLATION_RECORD_PYTHON := \
263-
--translation-record ../mpl/StandardLibrary/runtimes/python/src/smithy_dafny_standard_library/internaldafny/generated/dafny_src-py.dtr \
263+
--translation-record ../mpl/StandardLibrary/runtimes/python/src/smithy_dafny_standard_library/internaldafny/generated/dafny_src-py.dtr \
264264
--translation-record ../mpl/ComAmazonawsKms/runtimes/python/src/aws_cryptography_internal_kms/internaldafny/generated/dafny_src-py.dtr \
265265
--translation-record ../mpl/ComAmazonawsDynamodb/runtimes/python/src/aws_cryptography_internal_dynamodb/internaldafny/generated/dafny_src-py.dtr \
266266
--translation-record ../mpl/AwsCryptographyPrimitives/runtimes/python/src/aws_cryptography_primitives/internaldafny/generated/dafny_src-py.dtr \

0 commit comments

Comments
 (0)