aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar shreyax <shreyax@google.com>2017-10-10 23:27:18 +0200
committerGravatar Marcel Hlopko <hlopko@google.com>2017-10-11 10:57:32 +0200
commita3868a40224ac639bd37fe7c874772cf72f6451a (patch)
tree4952f2b82f66d486fa8cc35104e44e785373cf89 /src
parent3d443255d201d1e64ff0995dc89cb52bc4e5f07f (diff)
Add teardown method to bazel_query_test.
PiperOrigin-RevId: 171734422
Diffstat (limited to 'src')
-rwxr-xr-xsrc/test/shell/integration/bazel_query_test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/shell/integration/bazel_query_test.sh b/src/test/shell/integration/bazel_query_test.sh
index 305f8b9a65..ac4214fbdb 100755
--- a/src/test/shell/integration/bazel_query_test.sh
+++ b/src/test/shell/integration/bazel_query_test.sh
@@ -300,4 +300,8 @@ EOF
expect_log "//foo/bar:t2"
}
+function tear_down() {
+ bazel shutdown
+}
+
run_suite "${PRODUCT_NAME} query tests"