From d8c5cdd910994363f50c9fe1855d1e58cbfba365 Mon Sep 17 00:00:00 2001 From: Howard Stearns Date: Tue, 25 Oct 2016 18:42:04 -0700 Subject: [PATCH] fix reporting --- scripts/developer/tests/performance/domain-check.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/developer/tests/performance/domain-check.js b/scripts/developer/tests/performance/domain-check.js index e22e7789de..d867647261 100644 --- a/scripts/developer/tests/performance/domain-check.js +++ b/scripts/developer/tests/performance/domain-check.js @@ -270,7 +270,7 @@ function doRender(continuation) { http://hifi-content.s3.amazonaws.com/howard/scripts/tests/performance/crowd-agent.js?v=3\n\ on your domain server."; } else if (total < MINIMUM_AVATARS) { - fail = "FAIL: Only " + summonedAgents.length + " of the expected " + (MINIMUM_AVATARS - total) + " agents reported in."; + fail = "FAIL: Only " + summonedAgents.length + " avatars reported. Missing " + (MINIMUM_AVATARS - total) + "."; } } continuation();