mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 04:34:38 +02:00
fix reporting
This commit is contained in:
parent
f7742b99a9
commit
d8c5cdd910
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue