We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bb7b0 commit 5afdefdCopy full SHA for 5afdefd
tests/scripts/dumpModelRoundTrip.sh
@@ -36,7 +36,7 @@ ${PODIO_BASE}/python/podio_class_generator.py \
36
# more stuff
37
DIFF_EXTRA_ARGS="--exclude=LinkCollections.h"
38
if [ ${ENABLE_SIO} = "OFF" ]; then
39
- DIFF_EXTRA_ARGS=--exclude='*SIO*'
+ DIFF_EXTRA_ARGS="${DIFF_EXTRA_ARGS} --exclude='*SIO*'"
40
fi
41
42
diff -ru ${OUTPUT_FOLDER}/${EDM_NAME} ${COMP_BASE_FOLDER}/${EDM_NAME} ${DIFF_EXTRA_ARGS}
0 commit comments