From 3641260f08704071836891c014da54e8a416246d Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Fri, 22 Jan 2016 15:07:17 -0800 Subject: [PATCH] don't fail if there are no child processes --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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