We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292058a commit 88aad9bCopy full SHA for 88aad9b
llvm/utils/lit/lit/formats/googletest.py
@@ -41,7 +41,7 @@ def getGTestTests(self, path, litConfig, localConfig):
41
litConfig.warning(
42
"unable to discover google-tests in %r: %s. Process output: %s"
43
% (path, sys.exc_info()[1], exc.output))
44
- raise StopIteration
+ return
45
46
nested_tests = []
47
for ln in output.splitlines(False): # Don't keep newlines.
0 commit comments