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 a3dbb09 commit ebcf6ddCopy full SHA for ebcf6dd
analyzer/tests/functional/codechecker_bazel/test_bazel.py
@@ -48,6 +48,9 @@ def setUpClass(cls):
48
print("")
49
print("test dir: " + cls.test_dir)
50
print(find_prog("CodeChecker"))
51
+ print(subprocess.check_output(
52
+ ["ls", os.path.join(os.environ['REPO_ROOT'],
53
+ 'build', 'CodeChecker', 'bin')]))
54
55
@classmethod
56
def tearDownClass(cls):
0 commit comments