File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ commands = pytest --basetemp={envtmpdir} -l --cov awses_test_vectors test/ --ign
41
41
[testenv:install-mpl-runner]
42
42
commands =
43
43
# 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
45
45
# 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"'
50
50
51
51
# Build MPL test vector runner from source
52
52
make -C aws-cryptographic-material-providers-library/TestVectorsAwsCryptographicMaterialProviders/ transpile_python
You can’t perform that action at this time.
0 commit comments