diff --git a/scripts/test.sh b/scripts/test.sh index 92d36f79..5c4a5b53 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -102,7 +102,7 @@ else fi # kill all children -pkill -P $$ +pkill -P $$ || true pkill node || true rm -f $PACKAGER_OUT rm -f $LOGCAT_OUT