From ac54b4fe8369c699c5afb9c7893f5be9cb67edd6 Mon Sep 17 00:00:00 2001 From: mboelen Date: Mon, 8 Sep 2014 15:13:14 +0200 Subject: [PATCH] Capture all skip tests which require root permissions --- include/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/include/functions b/include/functions index a597076e..a8955f56 100644 --- a/include/functions +++ b/include/functions @@ -752,6 +752,7 @@ if [ ${ROOT_ONLY} -eq 1 -a ! ${MYID} = "0" ]; then SKIPTEST=1; SKIPREASON="This test needs root permissions" Debug "Test ${TEST_NO} skipped as this one required root permissions to work" + SKIPPED_TESTS_ROOTONLY="${SKIPPED_TESTS_ROOTONLY}====${TEST_NO}-${TEST_DESCRIPTION}" fi # Skip test if it's configured in profile