mbedtls/tests/scripts
Gilles Peskine e188734f51 Don't use parallel jobs for pylint
When pylint runs in parallel, it loses the ability to detect duplicated code
across modules. Duplicated code is usually a bad thing, so give pylint the
opportunity to let us know.

This makes pylint slightly slower, but going from 2 threads to 1 does not
make it anywhere close to twice as slow. On my machine, with Python 3.5,
pylint -j2 takes about 12s while single-threaded pylint takes about 16s
of wall clock time.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-09-18 21:27:37 +02:00
..
all-in-docker.sh
all.sh test_psa_crypto_config_accel_hash_use_psa: enable tls.1.3 at the end and adapt comment 2022-09-13 18:08:54 +02:00
analyze_outcomes.py
basic-build-test.sh
basic-in-docker.sh
check_files.py Unify check_repo_path 2022-09-18 21:17:09 +02:00
check_names.py Unify check_repo_path 2022-09-18 21:17:09 +02:00
check_test_cases.py
check-doxy-blocks.pl
check-generated-files.sh Add bignum test generation framework 2022-08-08 11:58:21 +01:00
check-python-files.sh Don't use parallel jobs for pylint 2022-09-18 21:27:37 +02:00
curves.pl
depends-hashes.pl
depends-pkalgs.pl
docker_env.sh
doxygen.sh
gen_ctr_drbg.pl
gen_gcm_decrypt.pl
gen_gcm_encrypt.pl
gen_pkcs1_v21_sign_verify.pl
generate_bignum_tests.py Move implementation detail from docstring to comment 2022-09-17 10:38:58 +02:00
generate_psa_tests.py More precise name for test data generation 2022-09-17 10:38:58 +02:00
generate_test_code.py
generate_tls13_compat_tests.py
generate-afl-tests.sh
key-exchanges.pl
list_internal_identifiers.py
list-identifiers.sh
psa_collect_statuses.py
recursion.pl
run-test-suites.pl
scripts_path.py
set_psa_test_dependencies.py
tcp_client.pl
test_config_script.py
test_generate_test_code.py
test_psa_compliance.py
test_psa_constant_names.py
test_zeroize.gdb
test-ref-configs.pl
translate_ciphers.py
travis-log-failure.sh