From c6287276ae939dccb4928f967565b6de084fc63b Mon Sep 17 00:00:00 2001 From: mjmac Date: Wed, 17 Aug 2005 18:31:45 +0000 Subject: [PATCH] Add warning to identify which UID is being used, if UID is not root. --- lustre/tests/sanity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 3c1e00d..52dac6d 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -47,6 +47,7 @@ MEMHOG=${MEMHOG:-memhog} DIRECTIO=${DIRECTIO:-directio} if [ $UID -ne 0 ]; then + echo "Warning: running as non-root uid $UID" RUNAS_ID="$UID" RUNAS="" else -- 1.8.3.1