mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-01 09:31:25 -04:00
Avoid skipping test when printing
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
This commit is contained in:
parent
3a65d6368a
commit
787428a08c
@ -1581,18 +1581,18 @@ run_test() {
|
|||||||
NAME="$1"
|
NAME="$1"
|
||||||
shift 1
|
shift 1
|
||||||
|
|
||||||
if is_excluded "$NAME"; then
|
|
||||||
SKIP_NEXT="NO"
|
|
||||||
# There was no request to run the test, so don't record its outcome.
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
|
|
||||||
print_name "$NAME"
|
print_name "$NAME"
|
||||||
|
|
||||||
if [ "$LIST_TESTS" -gt 0 ]; then
|
if [ "$LIST_TESTS" -gt 0 ]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if is_excluded "$NAME"; then
|
||||||
|
SKIP_NEXT="NO"
|
||||||
|
# There was no request to run the test, so don't record its outcome.
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
# Do we only run numbered tests?
|
# Do we only run numbered tests?
|
||||||
if [ -n "$RUN_TEST_NUMBER" ]; then
|
if [ -n "$RUN_TEST_NUMBER" ]; then
|
||||||
case ",$RUN_TEST_NUMBER," in
|
case ",$RUN_TEST_NUMBER," in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user