From 2e050a124bff1c7d86a4e9f5b75ea34559f6cceb Mon Sep 17 00:00:00 2001 From: David Howells Date: Tue, 18 Mar 2014 16:45:58 +0000 Subject: TEST: Disable AVC checking in the bz1031154 testcase Disable checks for AVCs by the test infrastructure in the bz1031154 testcase because we intentionally generate AVCs as part of the test. Signed-off-by: David Howells --- tests/bugzillas/bz1031154/runtest.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/bugzillas/bz1031154/runtest.sh b/tests/bugzillas/bz1031154/runtest.sh index 1a9a8e6..aee8a28 100644 --- a/tests/bugzillas/bz1031154/runtest.sh +++ b/tests/bugzillas/bz1031154/runtest.sh @@ -5,6 +5,10 @@ . ../../prepare.inc.sh . ../../toolbox.inc.sh +# We intentionally generate AVCs so the test system shouldn't fail us +# because the AVCs were generated. +export AVC_ERROR=+no_avc_check +export RHTS_OPTION_STRONGER_AVC= # ---- do the actual testing ---- -- cgit v1.2.1