Skip to content

Commit 455d82e

Browse files
author
Lucas McDonald
committed
m
1 parent d7ac6e8 commit 455d82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_vector_handlers/scripts/install_mpl_test_vector_runner.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
cd "$(dirname "$0")"
99

1010
# Get highest MPL version specified in requirements.txt
11-
export mplVersion=$(grep 'aws-cryptographic-material-providers==' ../requirements_mpl.txt | sed -E 's/.*==//' | tr ',' '\n' | sed -E 's/^[^0-9]*//' | sort -V | tail -n1)
11+
export mplVersionMax=$(grep 'aws-cryptographic-material-providers' ../requirements_mpl.txt | tr ',' '\n' | grep '<=' | sed -E 's/[^0-9]*//')
1212

1313
# Clone MPL repo to get test vectors runner source code and the Dafny version to use
1414
git clone --branch v$mplVersion --recurse-submodules https://github.com/aws/aws-cryptographic-material-providers-library.git

0 commit comments

Comments
 (0)