Skip to content

Commit

Permalink
lib/testing: Add missing exports to test_runner.sh
Browse files Browse the repository at this point in the history
We missed adding these exports when adding new tools to be tested.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
  • Loading branch information
tohojo committed Aug 5, 2024
1 parent 7169367 commit 23865d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/testing/test_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,9 @@ fi

export XDP_FILTER
export XDP_LOADER
export XDP_BENCH
export XDP_MONITOR
export XDP_TRAFFICGEN
export XDPDUMP

TEST_DEFINITIONS="${1:-}"
Expand Down

0 comments on commit 23865d4

Please sign in to comment.