Skip to content

Commit e3c180c

Browse files
committed
Adjust PATH and dump openssl version.
1 parent d61287d commit e3c180c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/travis_run_linux.sh

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ fi
6969
if test -v TEST_OPENSSL3; then
7070
CONFIG="$CONFIG --with-ssl=$HOME/root/openssl3"
7171
export LD_LIBRARY_PATH=$HOME/root/openssl3/lib:$HOME/root/openssl3/lib64
72+
export PATH=$HOME/root/openssl3/bin:$HOME/root/openssl3/bin
73+
openssl version
7274
fi
7375

7476
srcdir=$PWD

0 commit comments

Comments
 (0)