|
|
|
@ -13,7 +13,7 @@ def test_ensure_all_repos_represented():
|
|
|
|
|
techtable = techtable_file.read() |
|
|
|
|
for repo in repos: |
|
|
|
|
try: |
|
|
|
|
testresult == testresult and (techtable.index(repo) != -1) |
|
|
|
|
testresult = (testresult and (techtable.index(repo) != -1)) |
|
|
|
|
except ValueError as e: |
|
|
|
|
print(repo) |
|
|
|
|
print(e) |
|
|
|
|