summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-02-09 10:18:24 +0200
committerLars Wirzenius <liw@liw.fi>2021-02-10 11:13:02 +0200
commit829d461a90d6e476ad50ae609f703d3798cc3d1f (patch)
tree8435582d2ba25eefa4c3f67f1bf8e6b4e16ea429 /check
parent77d3b590b30480a6762cf3085c681fa5ef69dccd (diff)
downloadobnam2-829d461a90d6e476ad50ae609f703d3798cc3d1f.tar.gz
fix(check): don't pass -v for check on to test.py
Previously, -v was obeyed by check itself, but also passed onto the test program it generates with Subplot. This removes -v from the list of arguments passed on to the test program. This makes -v actually be useful.
Diffstat (limited to 'check')
-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