From 30348ebe9d5af7f1a54108ee72ca80e0111bae91 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Thu, 9 May 2019 23:01:31 -0700 Subject: [PATCH] README make the subsections of Regression Tests more obvious Signed-off-by: John Johansen --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1a0e4225..9b0a13fb2 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ tests/regression/apparmor/README. To run: -## using apparmor userspace installed on host +### Regression tests - using apparmor userspace installed on host ``` $ cd tests/regression/apparmor (requires root) $ make USE_SYSTEM=1 @@ -192,7 +192,7 @@ $ sudo make tests USE_SYSTEM=1 $ sudo bash open.sh -r # runs and saves the last testcase from open.sh ``` -## using apparmor userspace from the tree. +### Regression tests - using apparmor userspace from the tree. - [build libapparmor](#libapparmor) - [build binutils](#binary-utilities) - [build apparmor parser](#parser)