From c6ea2db9110feb68fe181188384c31254cdec945 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 7 Dec 2016 21:14:23 -0500 Subject: testing --- test/stress/stress.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 test/stress/stress.sh (limited to 'test/stress/stress.sh') diff --git a/test/stress/stress.sh b/test/stress/stress.sh new file mode 100755 index 000000000..35c846071 --- /dev/null +++ b/test/stress/stress.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# This file is part of Firejail project +# Copyright (C) 2014-2016 Firejail Authors +# License GPL v2 + +export MALLOC_CHECK_=3 +export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) + +echo "TESTING: macvlan (net_macvlan.exp)" +./net_macvlan.exp + -- cgit v1.2.3-70-g09d2