Remove extra packager call from objc-test

Reviewed By: bestander

Differential Revision: D3398448

fbshipit-source-id: dd0676021eac7169e55e7049d3edac6ee0c8bf45
This commit is contained in:
Valentin Agachi 2016-06-07 08:05:17 -07:00 committed by Facebook Github Bot 4
parent 8b78846a95
commit 282df0ed07
1 changed files with 0 additions and 3 deletions

View File

@ -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.