diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 56598cbc..2fb6da48 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -301,7 +301,7 @@ fi # include everything by default test -z "$T_INCLUDE" && T_INCLUDE="-e '.*'" # (quickly) exclude nothing by default -test -z "$T_EXCLUDE" && T_EXCLUDE="-e '\Zx'" +test -z "$T_EXCLUDE" && T_EXCLUDE="-e '^$'" # eval to strip re ticks but not expand tests=$(grep -v "^#" $T_SEQUENCE |