We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5ee37 commit c376c64Copy full SHA for c376c64
tests/test_clang_tidy.py
@@ -8,7 +8,8 @@
8
@pytest.fixture(scope='function')
9
def generate_compilation_database():
10
# Generate compilation database
11
- subprocess.run(['mkdir', '-p', 'build', '&&', 'cmake', '-Bbuild', 'testing/'], shell=True)
+ subprocess.run(['mkdir', '-p', 'build'])
12
+ subprocess.run(['cmake', '-Bbuild', 'testing/'])
13
14
15
@pytest.mark.parametrize(
0 commit comments