Add timestamp to basic tests

pull/21842/head
Muxi Yan 5 years ago
parent 37cb19fb9e
commit f61a85eefa
  1. 2
      src/objective-c/tests/build_tests.sh
  2. 1
      src/objective-c/tests/run_one_test.sh

@ -36,5 +36,5 @@ rm -f Podfile.lock
rm -f RemoteTestClient/*.{h,m}
echo "TIME: $(date)"
pod install
pod install | ./verbose_time.sh

@ -86,6 +86,7 @@ xcodebuild \
HOST_PORT_LOCAL=localhost:$PLAIN_PORT \
HOST_PORT_REMOTE=grpc-test.sandbox.googleapis.com \
test \
| ./verbose_time.sh \
| egrep -v "$XCODEBUILD_FILTER" \
| egrep -v '^$' \
| egrep -v "(GPBDictionary|GPBArray)" -

Loading…
Cancel
Save