aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar ccalvarin <ccalvarin@google.com>2018-01-22 07:53:56 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-22 07:56:03 -0800
commit28c20f79e3d265f897e8c644a4c31bd2b3d6ac67 (patch)
tree9bff0a6a653b741228dd352e6324a0f13946155a /src/test/shell/integration/BUILD
parent4c8fa1bab507fa7f0a1cbeac0724751d9b574f89 (diff)
Add option to optionally wipe state at the end of a build.
This will serve as an alternative to --batch, leaving behind a server without state from the previous build. RELNOTES: Introduces --[no]keep_state_after_build PiperOrigin-RevId: 182778500
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index 37a19332ce..95f6498193 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -230,6 +230,16 @@ sh_test(
)
sh_test(
+ name = "nonincremental_builds_test",
+ size = "medium",
+ srcs = ["nonincremental_builds_test.sh"],
+ data = [
+ ":discard_graph_edges_lib.sh",
+ ":test-deps",
+ ],
+)
+
+sh_test(
name = "build_event_stream_test",
size = "medium",
srcs = ["build_event_stream_test.sh"],