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