/
githubmirror
/
origin
Обзор
Документация
Войти
/
githubmirror
/
origin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
hack/test-tools.sh
13 строк
387 B
Alex Crawford
Use a more portable shell invocation
03 дек 2018, 22:24
03 дек 2018, 22:24
e0d06d8
Код
Авторство
О чём код?
#!/usr/bin/env bash # This command runs any exposed integration tests for the developer tools STARTTIME=$(date +%s) source "$(dirname "${BASH_SOURCE}")/lib/init.sh" os::test::junit::declare_suite_start 'tools' os::util::ensure::built_binary_exists 'junitreport' os::cmd::expect_success 'tools/junitreport/test/integration.sh' echo "test-tools: ok" os::test::junit::declare_suite_end