/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
IOPool/Input/test/testRepeatingCachedRootSource.sh
7 строк
419 B
Chris Jones
RepeatingCachedRootSource now supports Refs
02 фев 2022, 22:19
02 фев 2022, 22:19
3c09a67
Код
Авторство
О чём код?
#!/bin/sh -ex # Pass in name and status function die { echo $1: status $2 ; exit $2; } cmsRun -j PoolInputRepeatingSourceTest_jobreport.xml ${LOCALTOP}/src/IOPool/Input/test/PrePoolInputTest_cfg.py PoolInputRepeatingSource.root 11 561 7 6 3 useOtherThing || die 'Failure using PrePoolInputTest_cfg.py' $? cmsRun ${LOCALTOP}/src/IOPool/Input/test/test_repeating_cfg.py || die 'Failed cmsRun test_repeating_cfg.py' $?