summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-02-10 09:13:47 +0000
committerLars Wirzenius <liw@liw.fi>2021-02-10 09:13:47 +0000
commitc3a60e44513260795aaf293570929986f9b23922 (patch)
tree8435582d2ba25eefa4c3f67f1bf8e6b4e16ea429
parent77d3b590b30480a6762cf3085c681fa5ef69dccd (diff)
parent829d461a90d6e476ad50ae609f703d3798cc3d1f (diff)
downloadobnam2-c3a60e44513260795aaf293570929986f9b23922.tar.gz
Merge branch 'check-v' into 'main'
fix(check): don't pass -v for check on to test.py See merge request larswirzenius/obnam!93
-rwxr-xr-xcheck1
1 files changed, 1 insertions, 0 deletions
diff --git a/check b/check
index 65514cc..27bef0d 100755
--- a/check
+++ b/check
@@ -12,6 +12,7 @@ then
verbose | -v | --verbose)
quiet=
hideok=
+ shift
;;
esac
fi