Skip to content

Commit ebcf6dd

Browse files
committed
ls codecehcekr bin folder
1 parent a3dbb09 commit ebcf6dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

analyzer/tests/functional/codechecker_bazel/test_bazel.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ def setUpClass(cls):
4848
print("")
4949
print("test dir: " + cls.test_dir)
5050
print(find_prog("CodeChecker"))
51+
print(subprocess.check_output(
52+
["ls", os.path.join(os.environ['REPO_ROOT'],
53+
'build', 'CodeChecker', 'bin')]))
5154

5255
@classmethod
5356
def tearDownClass(cls):

0 commit comments

Comments
 (0)