mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-04 02:52:38 -04:00
Error out if script is missing when collecting test cases
Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
parent
5bde6bd8a6
commit
7166434ad8
@ -149,7 +149,6 @@ option"""
|
|||||||
|
|
||||||
for sh_file in ['ssl-opt.sh', 'compat.sh']:
|
for sh_file in ['ssl-opt.sh', 'compat.sh']:
|
||||||
sh_file = os.path.join(directory, sh_file)
|
sh_file = os.path.join(directory, sh_file)
|
||||||
if os.path.exists(sh_file):
|
|
||||||
self.collect_from_script(sh_file)
|
self.collect_from_script(sh_file)
|
||||||
|
|
||||||
class TestDescriptions(TestDescriptionExplorer):
|
class TestDescriptions(TestDescriptionExplorer):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user