mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Revert "Add opt-testcases into check list"
ssl-opt.sh now takes care of looking at the files in the
opt-testcases subdirectory, so use ssl-opt.sh directly
in walk_ssl_opt_sh().
* Revert commit f17a60f147.
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
This commit is contained in:
parent
754f8cd959
commit
546fc9ce9e
|
|
@ -143,9 +143,6 @@ state may override this method.
|
||||||
ssl_opt_sh = os.path.join(directory, 'ssl-opt.sh')
|
ssl_opt_sh = os.path.join(directory, 'ssl-opt.sh')
|
||||||
if os.path.exists(ssl_opt_sh):
|
if os.path.exists(ssl_opt_sh):
|
||||||
self.walk_ssl_opt_sh(ssl_opt_sh)
|
self.walk_ssl_opt_sh(ssl_opt_sh)
|
||||||
for ssl_opt_file_name in glob.glob(os.path.join(directory, 'opt-testcases',
|
|
||||||
'*.sh')):
|
|
||||||
self.walk_ssl_opt_sh(ssl_opt_file_name)
|
|
||||||
compat_sh = os.path.join(directory, 'compat.sh')
|
compat_sh = os.path.join(directory, 'compat.sh')
|
||||||
if os.path.exists(compat_sh):
|
if os.path.exists(compat_sh):
|
||||||
self.walk_compat_sh(compat_sh)
|
self.walk_compat_sh(compat_sh)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue