From 3983cd2f110583a6f521e80dff69f92da703d72a Mon Sep 17 00:00:00 2001 From: FrancisANDRE Date: Wed, 13 Jan 2016 14:12:13 +0100 Subject: [PATCH] Separate tests to ignore by ',' Signed-off-by: FrancisANDRE --- travis/ignored.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) mode change 100755 => 100644 travis/ignored.sh diff --git a/travis/ignored.sh b/travis/ignored.sh old mode 100755 new mode 100644 index 1332ee380..57aa2c2a4 --- a/travis/ignored.sh +++ b/travis/ignored.sh @@ -1,10 +1,10 @@ export CPPUNIT_IGNORE="\ - N7CppUnit10TestCallerI8PathTestEE.testExpand \ - N7CppUnit10TestCallerI13RawSocketTestEE.testEchoIPv4 \ - N7CppUnit10TestCallerI13RawSocketTestEE.testSendToReceiveFromIPv4 \ - N7CppUnit10TestCallerI14ICMPClientTestEE.testPing \ - N7CppUnit10TestCallerI22HTTPSClientSessionTestEE.testProxy \ - N7CppUnit10TestCallerI22HTTPSStreamFactoryTestEE.testProxy \ - N7CppUnit10TestCallerI19MulticastSocketTestEE.testMulticast \ + N7CppUnit10TestCallerI8PathTestEE.testExpand, \ + N7CppUnit10TestCallerI13RawSocketTestEE.testEchoIPv4, \ + N7CppUnit10TestCallerI13RawSocketTestEE.testSendToReceiveFromIPv4, \ + N7CppUnit10TestCallerI14ICMPClientTestEE.testPing, \ + N7CppUnit10TestCallerI22HTTPSClientSessionTestEE.testProxy, \ + N7CppUnit10TestCallerI22HTTPSStreamFactoryTestEE.testProxy, \ + N7CppUnit10TestCallerI19MulticastSocketTestEE.testMulticast, \ N7CppUnit10TestCallerI13NTPClientTestEE.testTimeSync"