From 53c225fea26c96601adc12d48a5d6758a08f4511 Mon Sep 17 00:00:00 2001 From: Francis ANDRE Date: Sun, 27 May 2018 09:50:13 +0200 Subject: [PATCH] Display CPPUNIT_IGNORE --- cppignore.cmd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cppignore.cmd b/cppignore.cmd index 156784c68..9f52711d4 100644 --- a/cppignore.cmd +++ b/cppignore.cmd @@ -1 +1,4 @@ -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," \ No newline at end of file +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," +echo on +set CPPUNIT_IGNORE