mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-07 08:49:12 +01:00
fix tests
This commit is contained in:
@@ -14,3 +14,4 @@ N7CppUnit10TestCallerI9TimerTestEE.testTimer
|
||||
N7CppUnit10TestCallerI15FileChannelTestEE.testPurgeAge
|
||||
N7CppUnit10TestCallerI8FileTestEE.testFileAttributes2
|
||||
N7CppUnit10TestCallerI14ICMPSocketTestEE.testSendToReceiveFrom
|
||||
N7CppUnit10TestCallerI22HTTPSClientSessionTestEE.testCachedSession
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user