From 688b5c97bdaaa094b02c0c7904147f9a84033434 Mon Sep 17 00:00:00 2001 From: Josh Pelkey Date: Mon, 23 May 2011 11:51:29 -0400 Subject: [PATCH] remove click from valgrind tests --- src/click/test/examples-to-run.py | 2 +- test.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/click/test/examples-to-run.py b/src/click/test/examples-to-run.py index 8fd1bfb68..4acdd6c0c 100644 --- a/src/click/test/examples-to-run.py +++ b/src/click/test/examples-to-run.py @@ -8,7 +8,7 @@ # # See test.py for more information. cpp_examples = [ - ("nsclick-simple-lan", "ENABLE_CLICK == True", "True"), + ("nsclick-simple-lan", "ENABLE_CLICK == True", "False"), ] # A list of Python examples to run in order to ensure that they remain diff --git a/test.py b/test.py index ba12fb7aa..bc8680e97 100755 --- a/test.py +++ b/test.py @@ -79,6 +79,7 @@ core_valgrind_skip_tests = [ "ns3-tcp-cwnd", "nsc-tcp-loss", "ns3-tcp-interoperability", + "routing-click", ] #