Skip to content
Snippets Groups Projects
Commit 15627d62 authored by George Karpenkov's avatar George Karpenkov
Browse files

[Analyzer] Fix bug in testing scripts, which always marked result as failure.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316522 91177308-0d34-0410-b5e6-96231b3b80d8
parent 62e08f4f
Branches
No related tags found
No related merge requests found
......@@ -732,6 +732,7 @@ def testAll(IsReferenceBuild=False, Strictness=0):
for (ProjName, ProjBuildMode) in iterateOverProjects(PMapFile):
TestsPassed &= testProject(
ProjName, int(ProjBuildMode), IsReferenceBuild, Strictness)
return TestsPassed
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment