/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.8
test/docker/docker-script.sh
19 строк
246 B
Ville Skyttä
(docker): Run completion tests with xvfb-run, e.g. for gkrellm
18 апр 2017, 16:44
18 апр 2017, 16:44
c8f5dac
Код
Авторство
О чём код?
#!/bin/sh -ex export bashcomp_bash=bash env autoreconf -i ./configure make make -C completions check cd test xvfb-run ./runCompletion --all ./runInstall --all ./runUnit --all cd .. mkdir install-test make install DESTDIR=$(pwd)/install-test