From bfc7b314c3d753605925ffd473674bcfdf92fc9d Mon Sep 17 00:00:00 2001 From: tmadlener Date: Thu, 26 Sep 2024 21:44:31 +0200 Subject: [PATCH] Remove special casing from roundtrip tests again --- 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 a1af0d902..910a08e70 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="--exclude=LinkCollections.h" +DIFF_EXTRA_ARGS="" if [ ${ENABLE_SIO} = "OFF" ]; then DIFF_EXTRA_ARGS=--exclude='*SIO*' fi