fix tests

This commit is contained in:
Günter Obiltschnig
2020-02-08 10:49:42 +01:00
parent e59732bef8
commit 3629a89636
2 changed files with 4 additions and 1 deletions

View File

@@ -14,3 +14,4 @@ N7CppUnit10TestCallerI9TimerTestEE.testTimer
N7CppUnit10TestCallerI15FileChannelTestEE.testPurgeAge
N7CppUnit10TestCallerI8FileTestEE.testFileAttributes2
N7CppUnit10TestCallerI14ICMPSocketTestEE.testSendToReceiveFrom
N7CppUnit10TestCallerI22HTTPSClientSessionTestEE.testCachedSession

View File

@@ -1,6 +1,8 @@
set -ev
osname=`uname`
osarch=`uname -m`
export POCO_BASE=`pwd`
export EXCLUDE_TESTS="Data/MySQL Data/ODBC MongoDB PDF"
export PATH=$PATH:.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.:$POCO_BASE/lib/$osname/$osarch
build/script/runtests.sh