]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
check: fix braino
authorOmar Sandoval <osandov@fb.com>
Thu, 11 May 2017 19:29:35 +0000 (12:29 -0700)
committerOmar Sandoval <osandov@fb.com>
Thu, 11 May 2017 19:30:13 +0000 (12:30 -0700)
Signed-off-by: Omar Sandoval <osandov@fb.com>
check

diff --git a/check b/check
index 622985063ac278fa0035f3d5707561ef3122443a..c7ad042459c2b0ed3ef7c32e743c82a2c521a6c9 100755 (executable)
--- a/check
+++ b/check
@@ -47,7 +47,7 @@ _found_test() {
                return 1
        fi
 
-       if (( explicit || (QUICK_RUN && !QUICK && !TIMED) )); then
+       if (( !explicit && QUICK_RUN && !QUICK && !TIMED )); then
                return
        fi