mirror of https://github.com/krallin/tini.git
Add smoke test in ci build
This commit is contained in:
parent
a285acc616
commit
672c86cd36
|
@ -45,6 +45,9 @@ popd
|
|||
|
||||
# Smoke tests (actual tests need Docker to run; they don't run within the CI environment)
|
||||
for tini in "${BUILD_DIR}/tini" "${BUILD_DIR}/tini-static"; do
|
||||
echo "Smoke test for $tini"
|
||||
$tini -h
|
||||
|
||||
echo "Testing $tini with: true"
|
||||
$tini -vvv true
|
||||
|
||||
|
|
Loading…
Reference in New Issue