From 9de19061978d990dc9fc25a20e145218cf66806c Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Mon, 21 Oct 2013 17:13:47 -0400 Subject: tests: fix a problem with the python bindings and the bpf-valgrind tests Reported-by: Andy Lutomirski Signed-off-by: Paul Moore --- tests/regression | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/regression b/tests/regression index bb1c33d..790d5e1 100755 --- a/tests/regression +++ b/tests/regression @@ -546,6 +546,12 @@ function run_test_bpf_valgrind() { local rc local testcmd + # we only support the native/c test mode here + if [[ $mode != "c" ]]; then + stats_skipped=$(($stats_skipped+1)) + return + fi + # print out the input test data to the log file print_data "$1" "$2" -- cgit v1.2.1