aboutsummaryrefslogtreecommitdiff
path: root/openssl/test/run.sh
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2016-06-22 22:27:53 +0200
committerJonas Schievink <[email protected]>2016-06-26 18:25:54 +0200
commitd176ea1c6e7aaa4e96d27eb0c62dc11fdb990aca (patch)
treed10e53cb62ac2fbe2cf00fa5d85b584392de53b7 /openssl/test/run.sh
parentPut password callbacks behind a cargo feature (diff)
downloadrust-openssl-d176ea1c6e7aaa4e96d27eb0c62dc11fdb990aca.tar.xz
rust-openssl-d176ea1c6e7aaa4e96d27eb0c62dc11fdb990aca.zip
Add an RSA key decryption test
Diffstat (limited to 'openssl/test/run.sh')
-rwxr-xr-xopenssl/test/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/test/run.sh b/openssl/test/run.sh
index 829f11e9..1c23067f 100755
--- a/openssl/test/run.sh
+++ b/openssl/test/run.sh
@@ -8,7 +8,7 @@ if [ "$TEST_FEATURES" == "true" ]; then
fi
if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
- FEATURES="$FEATURES nightly"
+ FEATURES="$FEATURES nightly catch_unwind"
fi
if [ "$TRAVIS_OS_NAME" != "osx" ]; then