commit | 33e8d34e95ae7f51cbb1b3a4c87cd9b473221a13 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Jul 10 11:55:31 2017 +0200 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Jul 28 13:15:57 2017 +0100 |
tree | b6f10c12f151f96639a15de1ebb9f43a0f4e98dd | |
parent | cfea3ebd01932a23b9093153cf97d9d41b9a86cc [diff] [blame] |
Fix filtering bug in ssl-opt.sh If the first test to be run according to -e and -f options is just after a test that would have been skipped due to a require_xxx instruction, then it would be incorrectly skipped.
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 5e4aeac..03edf8f 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh
@@ -219,6 +219,7 @@ if echo "$NAME" | grep "$FILTER" | grep -v "$EXCLUDE" >/dev/null; then : else + SKIP_NEXT="NO" return fi