Description
Intermittent test failures like this one:
The error log is:
[2017/07/28 13:37:44.256] + openssl version
|
[2017/07/28 13:37:44.443] OpenSSL 1.1.0f 25 May 2017
|
[2017/07/28 13:37:44.443] + '[' -n 1.0.0t ']'
|
[2017/07/28 13:37:44.443] + openssl version
|
[2017/07/28 13:37:44.444] + grep -q 1.0.0t
|
[2017/07/28 13:37:44.446] Command failed: exit status 1
|
The code that fails is in compile-unix.sh:
if [ -n "$SSL_VERSION" ]; then
|
openssl version | grep -q $SSL_VERSION
|
fi
|