aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar ruperts <ruperts@google.com>2017-12-13 13:28:02 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-13 13:29:31 -0800
commit29a3b04bd97d2d139202a12e282e74142c49d202 (patch)
tree7a988a13acd2f36623034cb94b2b0fd3a6b216fb /src/test/shell/integration/BUILD
parentc24b3ec470f4657cdc132ff08e16d36ac2bff14b (diff)
Make linux-sandbox output execution statistics for executed commands.
For example, it now outputs resource usage statistics like the amount of user time and system time used. RELNOTES: None PiperOrigin-RevId: 178948958
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index 35522fd5fb..2f75eb550f 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -296,6 +296,7 @@ sh_test(
size = "medium",
srcs = ["process-wrapper_test.sh"],
data = [
+ ":execution_statistics_utils.sh",
":spend_cpu_time",
":test-deps",
"//src/main/protobuf:execution_statistics.proto",
@@ -308,8 +309,12 @@ sh_test(
size = "large",
srcs = ["linux-sandbox_test.sh"],
data = [
+ ":execution_statistics_utils.sh",
+ ":spend_cpu_time",
":test-deps",
+ "//src/main/protobuf:execution_statistics.proto",
"//src/test/shell:sandboxing_test_utils.sh",
+ "//third_party/protobuf:protoc",
],
)