summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/regression1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regression b/tests/regression
index 53d26b2..a720d55 100755
--- a/tests/regression
+++ b/tests/regression
@@ -772,6 +772,7 @@ function run_test() {
if check_deps valgrind; then
run_test_bpf_valgrind "$testnumstr" "$3"
else
+ print_result $testnumstr "SKIPPED" "(valgrind not installed)"
stats_skipped=$(($stats_skipped+1))
fi
elif [[ "$4" == "live" ]]; then