mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
CI: fix grammar typo when test is succesful
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
committed by
Paul Spooren
parent
28c075d2c8
commit
afca2f2a71
@@ -26,7 +26,7 @@ for PKG in /ci/*.ipk; do
|
|||||||
if [ -f "$TEST_SCRIPT" ]; then
|
if [ -f "$TEST_SCRIPT" ]; then
|
||||||
echo "Use package specific test.sh"
|
echo "Use package specific test.sh"
|
||||||
if sh "$TEST_SCRIPT" "$PKG_NAME" "$PKG_VERSION"; then
|
if sh "$TEST_SCRIPT" "$PKG_NAME" "$PKG_VERSION"; then
|
||||||
echo "Test successfull"
|
echo "Test succesful"
|
||||||
else
|
else
|
||||||
echo "Test failed"
|
echo "Test failed"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user