From 310febde05de1aab13f20130f4848baf70b30163 Mon Sep 17 00:00:00 2001 From: mboelen Date: Mon, 8 Sep 2014 15:19:58 +0200 Subject: [PATCH] Log what tests are skipped to be root-only --- include/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions b/include/functions index a8955f56..9dbee28a 100644 --- a/include/functions +++ b/include/functions @@ -752,7 +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}" + SKIPPED_TESTS_ROOTONLY="${SKIPPED_TESTS_ROOTONLY}====${TEST_NO}:space:${TEST_DESCRIPTION}" fi # Skip test if it's configured in profile