diff options
| author | Jonas Schievink <[email protected]> | 2016-06-22 22:27:53 +0200 |
|---|---|---|
| committer | Jonas Schievink <[email protected]> | 2016-06-26 18:25:54 +0200 |
| commit | d176ea1c6e7aaa4e96d27eb0c62dc11fdb990aca (patch) | |
| tree | d10e53cb62ac2fbe2cf00fa5d85b584392de53b7 /openssl/test/run.sh | |
| parent | Put password callbacks behind a cargo feature (diff) | |
| download | rust-openssl-d176ea1c6e7aaa4e96d27eb0c62dc11fdb990aca.tar.xz rust-openssl-d176ea1c6e7aaa4e96d27eb0c62dc11fdb990aca.zip | |
Add an RSA key decryption test
Diffstat (limited to 'openssl/test/run.sh')
| -rwxr-xr-x | openssl/test/run.sh | 2 |
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 |