From 27f2a9ed04fb4f3da97e410aa2a80f0efc555a2f Mon Sep 17 00:00:00 2001 From: tmadlener Date: Mon, 23 Sep 2024 16:11:04 +0200 Subject: [PATCH] Make sure to not expect a non-generated header for roundtrip tests --- tests/scripts/dumpModelRoundTrip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/dumpModelRoundTrip.sh b/tests/scripts/dumpModelRoundTrip.sh index 910a08e70..a1af0d902 100755 --- a/tests/scripts/dumpModelRoundTrip.sh +++ b/tests/scripts/dumpModelRoundTrip.sh @@ -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="" +DIFF_EXTRA_ARGS="--exclude=LinkCollections.h" if [ ${ENABLE_SIO} = "OFF" ]; then DIFF_EXTRA_ARGS=--exclude='*SIO*' fi