mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 06:35:47 +01:00
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.
This commit is contained in:
parent
cfea3ebd01
commit
33e8d34e95
@ -219,6 +219,7 @@ run_test() {
|
|||||||
|
|
||||||
if echo "$NAME" | grep "$FILTER" | grep -v "$EXCLUDE" >/dev/null; then :
|
if echo "$NAME" | grep "$FILTER" | grep -v "$EXCLUDE" >/dev/null; then :
|
||||||
else
|
else
|
||||||
|
SKIP_NEXT="NO"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user