Skip to content

Commit bf0b108

Browse files
m
1 parent 81d6766 commit bf0b108

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test_vector_handlers/tox.ini

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ commands = pytest --basetemp={envtmpdir} -l --cov awses_test_vectors test/ --ign
4141
[testenv:install-mpl-runner]
4242
commands =
4343
# Clone MPL repo to get test vectors runner source code and the Dafny version to use
44-
; git clone --recurse-submodules https://github.com/aws/aws-cryptographic-material-providers-library.git
44+
git clone --recurse-submodules https://github.com/aws/aws-cryptographic-material-providers-library.git
4545
# Download Dafny to build the test vector runner; get Dafny version from ESDK's project.properties file
46-
; /bin/bash -c "export dafnyVersion=$(grep '^dafnyVersion=' aws-cryptographic-material-providers-library/project.properties | cut -d '=' -f 2)"
47-
; /bin/bash -c "curl https://github.com/dafny-lang/dafny/releases/download/v$(grep '^dafnyVersion=' aws-cryptographic-material-providers-library/project.properties | cut -d '=' -f 2)/dafny-$(grep '^dafnyVersion=' aws-cryptographic-material-providers-library/project.properties | cut -d '=' -f 2)-x64-ubuntu-20.04.zip -L -o dafny.zip"
48-
; /bin/bash -c "unzip -qq dafny.zip && rm dafny.zip"
49-
; /bin/bash -c 'export PATH="$PWD/dafny:$PATH"'
46+
/bin/bash -c "export dafnyVersion=$(grep '^dafnyVersion=' aws-cryptographic-material-providers-library/project.properties | cut -d '=' -f 2)"
47+
/bin/bash -c "curl https://github.com/dafny-lang/dafny/releases/download/v$(grep '^dafnyVersion=' aws-cryptographic-material-providers-library/project.properties | cut -d '=' -f 2)/dafny-$(grep '^dafnyVersion=' aws-cryptographic-material-providers-library/project.properties | cut -d '=' -f 2)-x64-ubuntu-20.04.zip -L -o dafny.zip"
48+
/bin/bash -c "unzip -qq dafny.zip && rm dafny.zip"
49+
/bin/bash -c 'export PATH="$PWD/dafny:$PATH"'
5050

5151
# Build MPL test vector runner from source
5252
make -C aws-cryptographic-material-providers-library/TestVectorsAwsCryptographicMaterialProviders/ transpile_python

0 commit comments

Comments
 (0)