summaryrefslogtreecommitdiffstats
path: root/tests/run.sh
diff options
context:
space:
mode:
authorKarel Zak2015-03-17 11:34:22 +0100
committerKarel Zak2015-03-17 11:34:22 +0100
commitd995c2f082a710e01e7abeb10c6ca533494d0304 (patch)
tree83931977391c343c5689c397e495277ab85c4ccd /tests/run.sh
parentMerge branch 'drone-ci' of https://github.com/rudimeier/util-linux (diff)
downloadkernel-qcow2-util-linux-d995c2f082a710e01e7abeb10c6ca533494d0304.tar.gz
kernel-qcow2-util-linux-d995c2f082a710e01e7abeb10c6ca533494d0304.tar.xz
kernel-qcow2-util-linux-d995c2f082a710e01e7abeb10c6ca533494d0304.zip
tests: add --skip-loopdevs
Signed-off-by: Karel Zak <kzak@redhat.com>
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]."