diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-28 23:13:19 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-28 23:13:19 -0700 |
commit | d9a60bbd2628f9a19e7bf0ff97c5c156dded73cf (patch) | |
tree | 42e57e6117246be7241a4d09e87c39f24615b447 /tools/run_tests/sanity/check_submodules.sh | |
parent | c22781525c1113ae04496f49a5f5fa10fea96534 (diff) | |
parent | afbae1f583b9b34b60a975c0cee7b336399ade8b (diff) |
Merge branch 'cleaner-posix2' into cleaner-posix3
Diffstat (limited to 'tools/run_tests/sanity/check_submodules.sh')
-rwxr-xr-x | tools/run_tests/sanity/check_submodules.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/sanity/check_submodules.sh b/tools/run_tests/sanity/check_submodules.sh index 3c6dbb9ea1..630e7fb3ae 100755 --- a/tools/run_tests/sanity/check_submodules.sh +++ b/tools/run_tests/sanity/check_submodules.sh @@ -41,7 +41,7 @@ want_submodules=`mktemp /tmp/submXXXXXX` git submodule | awk '{ print $1 }' | sort > $submodules cat << EOF | awk '{ print $1 }' | sort > $want_submodules - 9f897b25800d2f54f5c442ef01a60721aeca6d87 third_party/boringssl (version_for_cocoapods_1.0-67-g9f897b2) + 907ae62b9d81121cb86b604f83e6b811a43f7a87 third_party/boringssl (version_for_cocoapods_1.0-72-g907ae62) 05b155ff59114735ec8cd089f669c4c3d8f59029 third_party/gflags (v2.1.0-45-g05b155f) c99458533a9b4c743ed51537e25989ea55944908 third_party/googletest (release-1.7.0) f8ac463766281625ad710900479130c7fcb4d63b third_party/nanopb (nanopb-0.3.4-29-gf8ac463) |