Fix testlib/selftest generate_expected_output.py

Amends 40bc8d5129.

Change-Id: Iacaabec0c620db84278656501e64fc2b765e052f
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
bb10
Tor Arne Vestbø 2020-07-20 20:24:05 +02:00
parent fb2ef5fbf6
commit beab436d77
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ class Scanner (object):
else:
print('Directory', d, 'is not in the list of tests')
else:
for d in self.__tested:
for d in TESTS:
if os.path.isdir(d):
yield d
else: