Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Oct 28, 2023
1 parent d710637 commit 734d34d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/run_tests/run_tests_xdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 734d34d

Please sign in to comment.