From b5323846a67d7526399ae163e0555569295beda7 Mon Sep 17 00:00:00 2001 From: Shahzad Malik Muzaffar Date: Thu, 5 Dec 2024 07:09:31 +0100 Subject: [PATCH] Class version update unit test fix --- FWCore/Reflection/test/run_classVersionUpdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FWCore/Reflection/test/run_classVersionUpdate.sh b/FWCore/Reflection/test/run_classVersionUpdate.sh index 261d573294ae5..0f6496a60b042 100755 --- a/FWCore/Reflection/test/run_classVersionUpdate.sh +++ b/FWCore/Reflection/test/run_classVersionUpdate.sh @@ -36,7 +36,7 @@ mv TestObjects.h.tmp FWCore/Reflection/test/stubs/TestObjects.h #Set env and build in sub-shel -(eval $(scram run -sh) ; scram build -j $(nproc)) +(eval $(scram run -sh) ; SCRAM_NOEDM_CHECKS=yes scram build -j $(nproc)) popd