Add smoke test in ci build

pull/11/head
Thomas Orozco 10 years ago
parent a285acc616
commit 672c86cd36
  1. 3
      ci/run_build.sh

@ -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…
Cancel
Save