aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/app/src/App.php
diff options
context:
space:
mode:
Diffstat (limited to 'services/app/src/App.php')
-rw-r--r--services/app/src/App.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/app/src/App.php b/services/app/src/App.php
index 7b31e74..9d6cc70 100644
--- a/services/app/src/App.php
+++ b/services/app/src/App.php
@@ -892,8 +892,6 @@ final class App
'label' => $ex->status->label(),
'show_loading_indicator' => $ex->status->showLoadingIndicator(),
],
- 'stdout' => $ex->stdout,
- 'stderr' => $ex->stderr,
], $testcaseExecutions),
])->withStatus(200);
}