mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +02:00
Set CPPUNIT_IGNORE with PS
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
39ca46f7ce
commit
0100acee17
10
appveyor.yml
10
appveyor.yml
@ -201,14 +201,18 @@ build_script:
|
||||
|
||||
before_test:
|
||||
- set POCO_BASE=%CD%
|
||||
- set CPPUNIT_IGNORE='class CppUnit::TestCaller<class NTPClientTest>.testTimeSync, class CppUnit::TestCaller<class RawSocketTest>.testEchoIPv4, class CppUnit::TestCaller<class RawSocketTest>.test
|
||||
SendToReceiveFromIPv4, class CppUnit::TestCaller<class ICMPClientTest>.testPing'
|
||||
- ps: |
|
||||
$CPPUNIT_IGNORE='';
|
||||
$CPPUNIT_IGNORE+='class CppUnit::TestCaller<class NTPClientTest>.testTimeSync';
|
||||
$CPPUNIT_IGNORE+=', class CppUnit::TestCaller<class RawSocketTest>.testEchoIPv4';
|
||||
$CPPUNIT_IGNORE+=', class CppUnit::TestCaller<class RawSocketTest>.testSendToReceiveFromIPv4';
|
||||
$CPPUNIT_IGNORE+=', class CppUnit::TestCaller<class ICMPClientTest>.testPing';
|
||||
set-item -force -path "ENV:CPPUNIT_IGNORE" -value $CPPUNIT_IGNORE
|
||||
|
||||
after_test:
|
||||
|
||||
test_script:
|
||||
- ps: |
|
||||
|
||||
if ($env:builder -eq "msbuild")
|
||||
{
|
||||
$excluded = @('Data', 'Data/MySQL', 'Data/ODBC','Redis', 'PDF')
|
||||
|
Loading…
x
Reference in New Issue
Block a user