From 411632a7609e61dc32afd3b9b1053fe8a8723fb8 Mon Sep 17 00:00:00 2001 From: Victor Perevertkin Date: Fri, 14 Feb 2020 17:30:03 +0300 Subject: [PATCH] Return test id back to buildbot --- www/www.reactos.org/testman/webservice/buildbot_aggregator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {