mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 20:31:11 +00:00
In keep-going mode, don't hard-fail on some auxiliary script
Add record_status in front of the invocation of several scripts where it was missing.
This commit is contained in:
parent
96e0d8ebfc
commit
665ca23032
|
@ -384,21 +384,21 @@ fi
|
||||||
# Indicative running times are given for reference.
|
# Indicative running times are given for reference.
|
||||||
|
|
||||||
msg "test: recursion.pl" # < 1s
|
msg "test: recursion.pl" # < 1s
|
||||||
tests/scripts/recursion.pl library/*.c
|
record_status tests/scripts/recursion.pl library/*.c
|
||||||
|
|
||||||
msg "test: freshness of generated source files" # < 1s
|
msg "test: freshness of generated source files" # < 1s
|
||||||
tests/scripts/check-generated-files.sh
|
record_status tests/scripts/check-generated-files.sh
|
||||||
|
|
||||||
msg "test: doxygen markup outside doxygen blocks" # < 1s
|
msg "test: doxygen markup outside doxygen blocks" # < 1s
|
||||||
tests/scripts/check-doxy-blocks.pl
|
record_status tests/scripts/check-doxy-blocks.pl
|
||||||
|
|
||||||
msg "test: check-files.py" # < 1s
|
msg "test: check-files.py" # < 1s
|
||||||
cleanup
|
cleanup
|
||||||
tests/scripts/check-files.py
|
record_status tests/scripts/check-files.py
|
||||||
|
|
||||||
msg "test/build: declared and exported names" # < 3s
|
msg "test/build: declared and exported names" # < 3s
|
||||||
cleanup
|
cleanup
|
||||||
tests/scripts/check-names.sh
|
record_status tests/scripts/check-names.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue