aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-07-05 07:18:51 -0400
committerJack Lloyd <[email protected]>2019-07-05 07:18:51 -0400
commit51d9595d6842747c7723a5ebb4ac43054bed4e2a (patch)
treee0bedcc332459f29f5d116a7b01595a3406d42cc /src/scripts
parent5eaac0dbac983b8ea87586fa9f84682a6194391e (diff)
parentece3587979b8b3c25645161acc0d4f280adbfc4c (diff)
Merge GH #2020 Remove BearSSL provider
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/test_all_configs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scripts/test_all_configs.py b/src/scripts/test_all_configs.py
index e0950e08f..53bd313b6 100755
--- a/src/scripts/test_all_configs.py
+++ b/src/scripts/test_all_configs.py
@@ -24,7 +24,6 @@ def get_module_list(configure_py):
raise Exception("Running configure.py --list-modules failed")
modules = [s.decode('ascii') for s in stdout.split()]
- modules.remove('bearssl') # can't test
modules.remove('tpm') # can't test
modules.remove('base') # can't remove
return modules