Ignore stderr from openssl s_server
This commit is contained in:
parent
6231a39a41
commit
d6578469a8
|
|
@ -6,7 +6,7 @@ os:
|
||||||
- osx
|
- osx
|
||||||
- linux
|
- linux
|
||||||
before_script:
|
before_script:
|
||||||
- openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null &
|
- openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null 2>&1 &
|
||||||
script:
|
script:
|
||||||
- cargo build
|
- cargo build
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue