diff --git a/www/www.reactos.org/testman/webservice/buildbot_aggregator.php b/www/www.reactos.org/testman/webservice/buildbot_aggregator.php index f2b212c4e..05b4f0949 100644 --- a/www/www.reactos.org/testman/webservice/buildbot_aggregator.php +++ b/www/www.reactos.org/testman/webservice/buildbot_aggregator.php @@ -254,7 +254,7 @@ // Finish this test run. $writer->finish($test_id, $perf); - die("OK"); + die("OK. Test_id: " . $test_id); } catch (ErrorMessageException $e) {