From 71573bcc6932a28f728aba241c2ab8a26a11c0a9 Mon Sep 17 00:00:00 2001 From: zosrothko Date: Fri, 16 Mar 2018 17:54:40 +0100 Subject: [PATCH] Add TimerTest.testTimer --- travis/runtests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travis/runtests.sh b/travis/runtests.sh index 4ae8f8470..837ee4c8f 100755 --- a/travis/runtests.sh +++ b/travis/runtests.sh @@ -9,7 +9,8 @@ export CPPUNIT_IGNORE="\ N7CppUnit10TestCallerI22HTTPSClientSessionTestEE.testProxy \ N7CppUnit10TestCallerI22HTTPSStreamFactoryTestEE.testProxy \ N7CppUnit10TestCallerI19MulticastSocketTestEE.testMulticast \ - N7CppUnit10TestCallerI13NTPClientTestEE.testTimeSync" + N7CppUnit10TestCallerI13NTPClientTestEE.testTimeSync \ + N7CppUnit10TestCallerI9TimerTestEE.testTimer" export EXCLUDE_TESTS="Data/MySQL Data/ODBC MongoDB PDF" export PATH=$PATH:. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.