Skip to content

Commit debfdce

Browse files
authored
Merge pull request #46870 from smuzaffar/fix-classVersionUpdate-tets
Class version update unit test fix
2 parents 4f603a6 + f61656e commit debfdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FWCore/Reflection/test/run_classVersionUpdate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mv TestObjects.h.tmp FWCore/Reflection/test/stubs/TestObjects.h
3636

3737

3838
#Set env and build in sub-shel
39-
(eval $(scram run -sh) ; scram build -j $(nproc))
39+
(eval $(scram run -sh) ; SCRAM_NOEDM_CHECKS=yes scram build -j $(nproc))
4040

4141
popd
4242

0 commit comments

Comments
 (0)