From 4208f6f1a2c5c12b077cea18c09caddd8a9f557e Mon Sep 17 00:00:00 2001 From: Francis ANDRE Date: Wed, 30 May 2018 21:39:47 +0200 Subject: [PATCH] Reinstate escape for '<' & '>' --- cppignore.cmd | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/cppignore.cmd b/cppignore.cmd index 8231b9f7e..5151fcabd 100644 --- a/cppignore.cmd +++ b/cppignore.cmd @@ -1,20 +1,16 @@ -echo off set CPPUNIT_IGNORE=^ -"class CppUnit::TestCaller.testTimeSync, "^ -"class CppUnit::TestCaller.testGlob, "^ -"class CppUnit::TestCaller.testEchoIPv4, "^ -"class CppUnit::TestCaller.testSendToReceiveFromIPv4, "^ -"class CppUnit::TestCaller.testPing, "^ -"class CppUnit::TestCaller.testBigPing, "^ -"class CppUnit::TestCaller.testProxy, "^ -"class CppUnit::TestCaller.testProxy, "^ -"class CppUnit::TestCaller.testReuseSocket, "^ -"class CppUnit::TestCaller.testInterop, "^ -"class CppUnit::TestCaller.testTimer, "^ -"class CppUnit::TestCaller.testFind, "^ -"class CppUnit::TestCaller.testSleep, "^ -"class CppUnit::TestCaller.testSendToReceiveFrom, "^ -"class CppUnit::TestCaller.testMTU, " - -echo on -set CPPUNIT_IGNORE +class CppUnit::TestCaller^.testTimeSync, ^ +class CppUnit::TestCaller^.testGlob, ^ +class CppUnit::TestCaller^.testEchoIPv4, ^ +class CppUnit::TestCaller^.testSendToReceiveFromIPv4, ^ +class CppUnit::TestCaller^.testPing, ^ +class CppUnit::TestCaller^.testBigPing, ^ +class CppUnit::TestCaller^.testProxy, ^ +class CppUnit::TestCaller^.testProxy, ^ +class CppUnit::TestCaller^.testReuseSocket, ^ +class CppUnit::TestCaller^.testInterop, ^ +class CppUnit::TestCaller^.testTimer, ^ +class CppUnit::TestCaller^.testFind, ^ +class CppUnit::TestCaller^.testSleep, ^ +class CppUnit::TestCaller^.testSendToReceiveFrom, ^ +class CppUnit::TestCaller^.testMTU, \ No newline at end of file