/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondCore/ESSources/test/TestConcurrentIOVsCondCore.sh
8 строк
483 B
Kevin Pedro
remove all uses of -p, --parameter-set with cmsRun
15 сен 2023, 12:04
15 сен 2023, 12:04
deb0b28
Код
Авторство
О чём код?
#!/bin/sh function die { echo $1: status $2 ; exit $2; } echo cmsRun TestConcurrentIOVsCondCore_cfg.py cmsRun ${SCRAM_TEST_PATH}/TestConcurrentIOVsCondCore_cfg.py || die 'Failed in TestConcurrentIOVsCondCore_cfg.py' $? grep "TestConcurrentIOVsCondCore: " TestConcurrentIOVsCondCoreCout.log > TestConcurrentIOVsCondCore.log diff ${SCRAM_TEST_PATH}/unit_test_outputs/TestConcurrentIOVsCondCore.log TestConcurrentIOVsCondCore.log || die "comparing TestConcurrentIOVsCondCore.log" $?