Add smoke test in ci build

This commit is contained in:
Thomas Orozco 2015-09-06 15:50:24 +02:00
parent a285acc616
commit 672c86cd36
1 changed files with 3 additions and 0 deletions

View File

@ -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