Remove extra packager call from objc-test
Reviewed By: bestander Differential Revision: D3398448 fbshipit-source-id: dd0676021eac7169e55e7049d3edac6ee0c8bf45
This commit is contained in:
parent
8b78846a95
commit
282df0ed07
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue