aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/linux-sandbox_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/integration/linux-sandbox_test.sh')
-rwxr-xr-xsrc/test/shell/integration/linux-sandbox_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/shell/integration/linux-sandbox_test.sh b/src/test/shell/integration/linux-sandbox_test.sh
index 84a618bbea..28d0897108 100755
--- a/src/test/shell/integration/linux-sandbox_test.sh
+++ b/src/test/shell/integration/linux-sandbox_test.sh
@@ -250,6 +250,8 @@ function assert_linux_sandbox_exec_time() {
-- \
"${cpu_time_spender_sandbox_path}" "${user_time_low}" "${sys_time_low}" \
&> "${TEST_log}" || code="$?"
+ sed -e 's,^subprocess stdout: ,,' "${stdout_path}" >>"${TEST_log}"
+ sed -e 's,^subprocess stderr: ,,' "${stderr_path}" >>"${TEST_log}"
assert_equals 0 "${code}"
assert_execution_time_in_range \