From 3de25a92e801acec7afcdb9b563a132ca327327c Mon Sep 17 00:00:00 2001 From: William Deegan Date: Thu, 30 Aug 2018 20:09:25 -0700 Subject: Attempt to fix py37 java falures. Which are likely caused by newer oracle java echoing values in _JAVA_OPTIONS env variable to stderr. --- .travis/install.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis') diff --git a/.travis/install.sh b/.travis/install.sh index 50331e585..7cdfaa79e 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -33,3 +33,7 @@ if [[ "$PYVER" == 27 ]]; then tar xzf rel-3.0.12.tar.gz cd swig-rel-3.0.12 && ./autogen.sh && ./configure --prefix=/usr && make && sudo make install && cd .. fi + +# Clear this flag as newer Oracle Java's will echo to stderr any values set in it which breaks several java +# tests +unset _JAVA_OPTIONS \ No newline at end of file -- cgit v1.2.1