From 282df0ed071015a136b7b9901430a429da698b4b Mon Sep 17 00:00:00 2001 From: Valentin Agachi Date: Tue, 7 Jun 2016 08:05:17 -0700 Subject: [PATCH] Remove extra packager call from objc-test Reviewed By: bestander Differential Revision: D3398448 fbshipit-source-id: dd0676021eac7169e55e7049d3edac6ee0c8bf45 --- scripts/objc-test.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/objc-test.sh b/scripts/objc-test.sh index 3ebce52e9ea..83835ce44ef 100755 --- a/scripts/objc-test.sh +++ b/scripts/objc-test.sh @@ -20,12 +20,9 @@ function cleanup { [ -f $REACT_PACKAGER_LOG ] && cat $REACT_PACKAGER_LOG fi - [ $SERVER_PID ] && kill -9 $SERVER_PID } trap cleanup EXIT -./packager/packager.sh --nonPersistent & -SERVER_PID=$! # TODO: We use xcodebuild because xctool would stall when collecting info about # the tests before running them. Switch back when this issue with xctool has # been resolved.