From 7190037c77c3b055c88233ec584c8d24a61247c7 Mon Sep 17 00:00:00 2001 From: Peter Vingelmann Date: Wed, 4 Sep 2019 20:43:04 +0200 Subject: [PATCH] Skip wifi examples --- buildbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildbot.py b/buildbot.py index ce2c9a3..7c42cfa 100644 --- a/buildbot.py +++ b/buildbot.py @@ -98,9 +98,9 @@ def run_tests(properties): os.chdir(ns3_path) python = sys.executable run_command([python, 'waf', '--run', 'kodo-recoders']) - run_command([python, 'waf', '--run', 'kodo-wifi-broadcast']) + #run_command([python, 'waf', '--run', 'kodo-wifi-broadcast']) run_command([python, 'waf', '--run', 'kodo-wired-broadcast']) - run_command([python, 'waf', '--run', 'kodo-wifi-broadcast-object']) + #run_command([python, 'waf', '--run', 'kodo-wifi-broadcast-object']) def install(properties):