summaryrefslogtreecommitdiffstats
path: root/tests/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run.sh b/tests/run.sh
index f61b6e4f7..20afb77e1 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -47,6 +47,9 @@ while [ -n "$1" ]; do
--verbose)
OPTS="$OPTS --verbose"
;;
+ --skip-loopdevs)
+ OPTS="$OPTS --skip-loopdevs"
+ ;;
--nonroot)
if [ $(id -ru) -eq 0 ]; then
echo "Ignore util-linux test suite [non-root UID expected]."