aboutsummaryrefslogtreecommitdiff
path: root/openssl/test
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-10-17 22:44:13 -0700
committerGitHub <[email protected]>2016-10-17 22:44:13 -0700
commitd377b503492b8829a2cc0695bfbcff5d298a12a8 (patch)
tree2725a3d891ba46de9b93a6e752a6f0c96f58ebbb /openssl/test
parentMerge pull request #476 from sfackler/error-handling (diff)
parentImplement new feature setup (diff)
downloadrust-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-xopenssl/test/run.sh4
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