summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/auto/testlib/selftests/generate_expected_output.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/generate_expected_output.py b/tests/auto/testlib/selftests/generate_expected_output.py
index 97e9423d39..c334f39b04 100755
--- a/tests/auto/testlib/selftests/generate_expected_output.py
+++ b/tests/auto/testlib/selftests/generate_expected_output.py
@@ -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: