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 <[email protected]>
  • Loading branch information
jmcarcell and jmcarcell authored Nov 11, 2024
1 parent d1bb7b0 commit 5afdefd
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 5afdefd

Please sign in to comment.