Whamcloud - gitweb
Add warning to identify which UID is being used, if UID is not root.
authormjmac <mjmac>
Wed, 17 Aug 2005 18:31:45 +0000 (18:31 +0000)
committermjmac <mjmac>
Wed, 17 Aug 2005 18:31:45 +0000 (18:31 +0000)
lustre/tests/sanity.sh

index 3c1e00d..52dac6d 100644 (file)
@@ -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