diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-05-04 08:10:12 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-05-04 08:10:12 +0200 |
commit | 261e515c1da29d6aca8097ab8b741b66f89ef2f6 (patch) | |
tree | 071dba0e0ed8e686c69384117027fe6459199cf8 | |
parent | 40b1e23b8c3998c6f64401c558872c5747c00f29 (diff) |
Let's be really pedantic about the status of our submodules.
-rwxr-xr-x | tools/run_tests/run_sanity.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/run_tests/run_sanity.sh b/tools/run_tests/run_sanity.sh index e915af93d4..959197eb3d 100755 --- a/tools/run_tests/run_sanity.sh +++ b/tools/run_tests/run_sanity.sh @@ -37,3 +37,14 @@ export TEST=true cd `dirname $0`/../.. ./tools/buildgen/generate_projects.sh + +submodules=`mktemp` + +git submodule > $submodules + +diff -u $submodules - << EOF + 05b155ff59114735ec8cd089f669c4c3d8f59029 third_party/gflags (v2.1.0-45-g05b155f) + 3df69d3aefde7671053d4e3c242b228e5d79c83f third_party/openssl (OpenSSL_1_0_2a) + 644a6a1da71385e9d7a7a26b3476c93fdd71788c third_party/protobuf (v3.0.0-alpha-1-35-g644a6a1) + 50893291621658f355bc5b4d450a8d06a563053d third_party/zlib (v1.2.8) +EOF |