From 797adcf36e28ddab3f168f361d38a0179f2aadae Mon Sep 17 00:00:00 2001 From: Craig Dowell Date: Tue, 29 Sep 2009 10:16:17 -0700 Subject: [PATCH] fix test.py -v --- test.py | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/test.py b/test.py index ded7298e6..50a0cd0da 100755 --- a/test.py +++ b/test.py @@ -41,20 +41,13 @@ import shutil interesting_config_items = [ "NS3_BUILDDIR", "NS3_MODULE_PATH", - "ENABLE_EMU", - "ENABLE_GSL", - "ENABLE_GTK_CONFIG_STORE", - "ENABLE_LIBXML2", "ENABLE_NSC", - "ENABLE_PYTHON_BINDINGS", - "ENABLE_PYTHON_SCANNING", "ENABLE_REAL_TIME", - "ENABLE_STATIC_NS3", - "ENABLE_SUDO", - "ENABLE_TAP", - "ENABLE_THREADING", ] +ENABLE_NSC = False +ENABLE_REAL_TIME = False + # # A list of examples to run as smoke tests just to ensure that they remain # buildable and runnable over time. Also a condition under which to run