Reported-by: Andy Lutomirski <l...@amacapital.net> Signed-off-by: Paul Moore <pmo...@redhat.com> --- 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" ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ libseccomp-discuss mailing list libseccomp-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libseccomp-discuss