Skip to content

Commit 1956a56

Browse files
fixup! Draft: Exclude compile_commands.json from sketch loading
1 parent e3e6d7e commit 1956a56

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: test/test_compile.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,12 @@ def test_broken_symlink(sketch_name, link_name, target_name, expect_error):
233233
# Support a usecase where a user makes a symlink to
234234
# compile_commands.json in the sketch root, even when it does not
235235
# exist yet/anymore
236-
test_broken_symlink("CompileIntegrationTestSymlinkBrokenCompileCommands", "compile_commands.json",
237-
"doesnotexist.json", expect_error=False)
236+
test_broken_symlink(
237+
"CompileIntegrationTestSymlinkBrokenCompileCommands",
238+
"compile_commands.json",
239+
"doesnotexist.json",
240+
expect_error=False,
241+
)
238242

239243

240244
def test_compile_blacklisted_sketchname(run_command, data_dir):

0 commit comments

Comments
 (0)