Skip to content

Commit

Permalink
Remove special casing from roundtrip tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 30, 2024
1 parent 3e7c023 commit 59cfd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/dumpModelRoundTrip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ${PODIO_BASE}/python/podio_class_generator.py \
# Compare to the originally generated code, that has been used to write the data
# file. Need to diff subfolders explicitly here because $PODIO_BASE/tests contains
# more stuff
DIFF_EXTRA_ARGS="--exclude=LinkCollections.h"
DIFF_EXTRA_ARGS=""
if [ ${ENABLE_SIO} = "OFF" ]; then
DIFF_EXTRA_ARGS=--exclude='*SIO*'
fi
Expand Down

0 comments on commit 59cfd7b

Please sign in to comment.