summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/regression6
1 files changed, 6 insertions, 0 deletions
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"