From 734d34d83e05cd996d2afcbc930c1777783ab624 Mon Sep 17 00:00:00 2001 From: seladb Date: Sat, 28 Oct 2023 01:55:50 -0700 Subject: [PATCH] Fix script --- ci/run_tests/run_tests_xdp.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/run_tests/run_tests_xdp.py b/ci/run_tests/run_tests_xdp.py index d0464cca07..d7c57d5116 100644 --- a/ci/run_tests/run_tests_xdp.py +++ b/ci/run_tests/run_tests_xdp.py @@ -24,8 +24,7 @@ def main(): completed_process = subprocess.run( use_sudo - + [os.path.join("Bin", "Pcap++Test"), "-i", ip_address, "-t", "xdp"] - + args.test_args.split(), + + [os.path.join("Bin", "Pcap++Test"), "-i", ip_address, "-t", "xdp"], cwd="Tests/Pcap++Test", ) if completed_process.returncode != 0: