Remove remaining references to the crypto subdirectory

This commit is contained in:
Gilles Peskine 2020-03-09 17:30:32 +01:00
parent 18a9d5b425
commit aae57bffd9
3 changed files with 7 additions and 18 deletions

View file

@ -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):