/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Configuration/DataProcessing/test/run_CfgTest_1.sh
13 строк
415 B
Ivan Razumov
Split testConfigDP into smaller parts
23 янв 2024, 18:25
23 янв 2024, 18:25
209df8f
Код
Авторство
О чём код?
#!/bin/bash # Test suite for various ConfigDP scenarios # run using: scram build runtests # feel free to contribute with your favourite configuration # Pass in name and status function die { echo $1: status $2 ; exit $2; } function runTest { echo $1 ; python3 $1 || die "Failure for configuration: $1" $?; } runTest "${SCRAM_TEST_PATH}/RunRepack.py --select-events HLT:path1,HLT:path2 --lfn /store/whatever"