Skip to content

Commit

Permalink
Fix tests when SIO is OFF (#704)
Browse files Browse the repository at this point in the history
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
  • Loading branch information
jmcarcell and jmcarcell committed Nov 18, 2024
1 parent 2d7ac5b commit 83c21e9
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 @@ -36,7 +36,7 @@ ${PODIO_BASE}/python/podio_class_generator.py \
# more stuff
DIFF_EXTRA_ARGS="--exclude=LinkCollections.h"
if [ ${ENABLE_SIO} = "OFF" ]; then
DIFF_EXTRA_ARGS=--exclude='*SIO*'
DIFF_EXTRA_ARGS="${DIFF_EXTRA_ARGS} --exclude='*SIO*'"
fi

diff -ru ${OUTPUT_FOLDER}/${EDM_NAME} ${COMP_BASE_FOLDER}/${EDM_NAME} ${DIFF_EXTRA_ARGS}
Expand Down

0 comments on commit 83c21e9

Please sign in to comment.