From d63384f0fc45214283b59adcd88af623faeec535 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Sep 14 2011 15:38:49 +0000 Subject: Add a note about selinux in the docs --- diff --git a/doc/WritingTests b/doc/WritingTests index 98716a2..ae28daf 100644 --- a/doc/WritingTests +++ b/doc/WritingTests @@ -88,6 +88,10 @@ What environment is best for writing tests? Something with a working copy of git, a text editor to write tests in, and (preferably) a virtual machine environment so you can run tests/roll back/run tests/roll back etc etc. +NOTE: +Make sure that SELinux is enabled in VM and your test does not fail +because of it. + What should I be testing for? -----------------------------