Skip to content

Commit 5afdefd

Browse files
authored
Fix tests when SIO is OFF (#704)
Co-authored-by: jmcarcell <[email protected]>
1 parent d1bb7b0 commit 5afdefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/dumpModelRoundTrip.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ${PODIO_BASE}/python/podio_class_generator.py \
3636
# more stuff
3737
DIFF_EXTRA_ARGS="--exclude=LinkCollections.h"
3838
if [ ${ENABLE_SIO} = "OFF" ]; then
39-
DIFF_EXTRA_ARGS=--exclude='*SIO*'
39+
DIFF_EXTRA_ARGS="${DIFF_EXTRA_ARGS} --exclude='*SIO*'"
4040
fi
4141

4242
diff -ru ${OUTPUT_FOLDER}/${EDM_NAME} ${COMP_BASE_FOLDER}/${EDM_NAME} ${DIFF_EXTRA_ARGS}

0 commit comments

Comments
 (0)