/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CalibPPS/AlignmentRelative/test/run_all_tests
17 строк
276 B
Andrea Bocci
Add missing newline at the end of file
27 фев 2024, 16:30
Не верифицирован
27 фев 2024, 16:30
b92c4cf
Код
Авторство
О чём код?
#!/bin/bash function RunOneTest() { local dir="$1" cd "$dir" ./run_test } RunOneTest "test_modify_singular_modes" & RunOneTest "test_with_data" & RunOneTest "test_with_mc/iterations" & RunOneTest "test_with_mc/simple" & RunOneTest "test_with_mc/statistics" &