mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 03:26:07 +00:00
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
|
[ -f $REACT_PACKAGER_LOG ] && cat $REACT_PACKAGER_LOG
|
||||||
fi
|
fi
|
||||||
[ $SERVER_PID ] && kill -9 $SERVER_PID
|
|
||||||
}
|
}
|
||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
|
|
||||||
./packager/packager.sh --nonPersistent &
|
|
||||||
SERVER_PID=$!
|
|
||||||
# TODO: We use xcodebuild because xctool would stall when collecting info about
|
# 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
|
# the tests before running them. Switch back when this issue with xctool has
|
||||||
# been resolved.
|
# been resolved.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user