diff options
| author | Steven Fackler <[email protected]> | 2016-10-17 22:44:13 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-17 22:44:13 -0700 |
| commit | d377b503492b8829a2cc0695bfbcff5d298a12a8 (patch) | |
| tree | 2725a3d891ba46de9b93a6e752a6f0c96f58ebbb /openssl/test | |
| parent | Merge pull request #476 from sfackler/error-handling (diff) | |
| parent | Implement new feature setup (diff) | |
| download | rust-openssl-d377b503492b8829a2cc0695bfbcff5d298a12a8.tar.xz rust-openssl-d377b503492b8829a2cc0695bfbcff5d298a12a8.zip | |
Merge pull request #478 from sfackler/feature-overhaul
Implement new feature setup
Diffstat (limited to 'openssl/test')
| -rwxr-xr-x | openssl/test/run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl/test/run.sh b/openssl/test/run.sh index cd422db7..4d3397a6 100755 --- a/openssl/test/run.sh +++ b/openssl/test/run.sh @@ -3,10 +3,10 @@ set -e case "$BUILD_OPENSSL_VERSION" in 1.0.2*) - FEATURES="openssl-102" + FEATURES="v102" ;; 1.1.0*) - FEATURES="openssl-110" + FEATURES="v110" ;; esac |