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