Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetown committed May 6, 2024
1 parent 13543e1 commit adca518
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/examples/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ def find_test_cases():
basename = os.path.basename(script)
name, _ = os.path.splitext(basename)
for format in "txt cobertura csv json html".split():
if format == "html" and is_compiler(os.getenv("CC"), "gcc-5", "gcc-6", "gcc-14"):
if format == "html" and is_compiler(
os.getenv("CC"), "gcc-5", "gcc-6", "gcc-14"
):
continue
baseline = "{datadir}/{name}.{ext}".format(
datadir=datadir,
Expand Down

0 comments on commit adca518

Please sign in to comment.