Merge pull request #16760 from mhei/ci-typo

github-ci: fix small typo
This commit is contained in:
Alexandru Ardelean 2021-09-28 10:34:07 +03:00 committed by GitHub
commit 05ce19315e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ for PKG in /ci/*.ipk; do
if [ -f "$TEST_SCRIPT" ]; then
echo "Use package specific test.sh"
if sh "$TEST_SCRIPT" "$PKG_NAME" "$PKG_VERSION"; then
echo "Test succesful"
echo "Test successful"
else
echo "Test failed"
exit 1