|
From: Jiri J. <jja...@re...> - 2013-12-04 14:28:45
|
Signed-off-by: Jiri Jaburek <jja...@re...> --- audit-test/README.run | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/audit-test/README.run b/audit-test/README.run index 22389c3..fe4e607 100644 --- a/audit-test/README.run +++ b/audit-test/README.run @@ -298,6 +298,11 @@ Note: The tests must be run from an interactive terminal; running the tests as a backgrounded task does not work, and will result in spurious test case failures. +To run only tests that were not run, failed or for some other reason didn't +PASS, you can use "rerun" instead of another "run": + +# make rerun + Notes for FIPS enabled machines: 1) When testing in FIPS mode all tests that use ipsec are expected to FAIL. Precisely these should be all the ipsec network tests and the ipsec* and @@ -478,3 +483,7 @@ On an LSPP/MLS machine (except RHEL6): On a SuSE system: # echo audit >> /etc/pwdutils/logging + +#--------------------------------------------------------------- +# prevent shell-like incorrect vim syntax highlight of this file +# vim: syntax=off : -- 1.8.3.1 |