/
githubmirror
/
ostree
Обзор
Документация
Войти
/
githubmirror
/
ostree
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/run-installed
6 строк
233 B
Colin Walters
tests/inst: Make nondestructive tests runnable as unit tests
15 апр 2021, 19:33
15 апр 2021, 19:33
7310203
Код
Авторство
О чём код?
#!/bin/bash # Run this script after e.g. `sudo make install` in a development container/host # to run tests which operate on the installed binaries. set -xeuo pipefail dn=$(dirname $0) (cd ${dn}/../tests/inst && cargo run --release)