mbedtls/tests/scripts
Manuel Pégourié-Gonnard 2b2bdaa793 Add a --quiet option to all.sh
The primary purpose is to use it to run all.sh -k -q in the pre-push hook, but
this can be useful in any circumstance where you're not interested in the full
output from each component and just want a short summary of which components
were run (and if any failed).

Note that only stdout from components is suppressed, stderr is preserved so
that errors are reported. This means components should avoid printing to
stderr in normal usage (ie in the absence of errors).

Currently all the `check_*` components obey this convention except:
- check_generate_test_code: unittest prints progress to stderr
- check_test_cases: lots of non-fatal warnings printed to stderr

These components will be fixed in follow-up commits.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2020-06-02 11:52:14 +02:00
..
all-in-docker.sh
all.sh Add a --quiet option to all.sh 2020-06-02 11:52:14 +02:00
basic-build-test.sh Enable SSLv3 in the full config 2020-04-20 15:39:36 +02:00
basic-in-docker.sh Restore full tls coverage to remaining scripts 2020-03-23 17:55:31 +01:00
check-doxy-blocks.pl
check-files.py Finish the documentation of normalize_path 2020-05-28 18:19:20 +02:00
check-generated-files.sh query_config: Move to programs/test 2020-02-11 19:26:27 +01:00
check-names.sh Move 3rdparty mentions to a separate line 2020-02-19 20:13:29 +01:00
check-python-files.sh Make sure to use a Python 3 pylint 2020-03-24 19:23:41 +01:00
check-test-cases.py Document more methods in Python scripts 2020-04-11 20:23:22 +02:00
curves.pl
depends-hashes.pl Adjust depends-hashes.pl to test NO_SHA384 as well 2020-01-06 11:40:23 +01:00
depends-pkalgs.pl Revert "config: Remove TLS and NET options" 2020-03-19 13:55:04 +01:00
docker_env.sh
doxygen.sh
gen_ctr_drbg.pl
gen_gcm_decrypt.pl
gen_gcm_encrypt.pl
gen_pkcs1_v21_sign_verify.pl
generate-afl-tests.sh
generate_test_code.py Pylint: minor code simplifications 2020-04-11 20:23:22 +02:00
key-exchanges.pl Invoke config.py instead of config.pl in reverted content 2020-03-19 14:23:45 +01:00
list-enum-consts.pl
list-identifiers.sh
list-macros.sh Revert "check-names: Enable referencing Mbed TLS macros" 2020-03-19 13:55:04 +01:00
list-symbols.sh
mbedtls_test.py Pylint: minor code simplifications 2020-04-11 20:23:22 +02:00
psa_collect_statuses.py
recursion.pl Revert "recursion.pl: Don't depend on X.509" 2020-03-19 14:23:45 +01:00
run-test-suites.pl
tcp_client.pl Revert "Remove tests that depend on TLS or X.509" 2020-03-19 14:17:54 +01:00
test-ref-configs.pl Add comment to help syntax highlighting in editors 2020-03-23 17:55:32 +01:00
test_config_script.py Pylint: explicitly note why we're doing an unchecked subprocess.run 2020-04-11 20:23:22 +02:00
test_generate_test_code.py Pylint: minor code simplifications 2020-04-11 20:23:22 +02:00
test_psa_constant_names.py Pylint: minor code simplifications 2020-04-11 20:23:22 +02:00
test_zeroize.gdb
travis-log-failure.sh Revert "Remove tests that depend on TLS or X.509" 2020-03-19 14:17:54 +01:00