Remove remaining references to the crypto subdirectory
This commit is contained in:
parent
18a9d5b425
commit
aae57bffd9
3 changed files with 7 additions and 18 deletions
|
@ -54,10 +54,6 @@ def collect_test_directories():
|
|||
elif os.path.isdir('../suites'):
|
||||
tests_dir = '..'
|
||||
directories = [tests_dir]
|
||||
crypto_tests_dir = os.path.normpath(os.path.join(tests_dir,
|
||||
'../crypto/tests'))
|
||||
if os.path.isdir(crypto_tests_dir):
|
||||
directories.append(crypto_tests_dir)
|
||||
return directories
|
||||
|
||||
def check_description(results, seen, file_name, line_number, description):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue