From: Omar Sandoval Date: Thu, 11 May 2017 19:29:35 +0000 (-0700) Subject: check: fix braino X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=dfd0b4f0742d77b6f19987e14c688a70b05457d9;p=users%2Fsagi%2Fblktests.git check: fix braino Signed-off-by: Omar Sandoval --- diff --git a/check b/check index 6229850..c7ad042 100755 --- 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