Skip to content

Commit

Permalink
Ignore all JSON tree dumps in test-snap/test-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
gezalore committed Feb 27, 2024
1 parent e320b0b commit b68a696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_regress/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ TEST_SNAP_DIR ?= snapshot
TEST_DIFF_TOOL ?= $(if $(shell which icdiff), icdiff -N -r, diff -r)

TEST_SNAP_IGNORE := *.status *.log *.dat *.d *.o *.a *.so *stats*.txt *.html \
*.includecache *.out *.fst *.fst.vcd *.tree *.tree.json \
*.includecache *.out *.fst *.fst.vcd *.tree *.tree*.json \
*.dot *.csv *.xml *.hash *.cmake gmon.out.* CMakeFiles \
profile_exec.vcd t_pgo_threads

Expand Down

0 comments on commit b68a696

Please sign in to comment.