Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilius Cepaitis committed Nov 13, 2020
1 parent 337515d commit 4ed1ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runCMSSWTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function run_test()
rsync -r /scripts/* LLPReco || return 1
scram b || return 1
pip install --user -r LLPReco/requirements.txt || return 1
cmsRun LLPReco/XTagInfoProducer/test/testXTag.py inputFiles=https://github.com/LLPDNNX/test-files/raw/master/miniaod/Moriond17_aug2018_miniAODv3_HNL.root || return 1
#cmsRun LLPReco/XTagInfoProducer/test/testXTag.py inputFiles=https://github.com/LLPDNNX/test-files/raw/master/miniaod/Moriond17_aug2018_miniAODv3_HNL.root || return 1
cmsRun LLPReco/NANOProducer/test/produceNANO.py inputFiles=https://github.com/LLPDNNX/test-files/raw/master/miniaod/HNL_miniaod16v3.root year=2016 test=True || return 1
python LLPReco/test/check_nan.py || return 1
cmsRun LLPReco/NANOProducer/test/produceNANO.py inputFiles=https://github.com/LLPDNNX/test-files/raw/master/miniaod/HNL_miniaod17v2.root year=2017 test=True || return 1
Expand Down

0 comments on commit 4ed1ab6

Please sign in to comment.