summaryrefslogtreecommitdiff
path: root/tests/http/agent.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/http/agent.js')
-rw-r--r--tests/http/agent.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/http/agent.js b/tests/http/agent.js
index 53b2e9f9..061c7ba7 100644
--- a/tests/http/agent.js
+++ b/tests/http/agent.js
@@ -217,6 +217,7 @@ var expressServer = app.listen(AGENT_PORT,agentIdToIp(thisAgentId),function () {
console.error('FATAL: unable to contact or query server: '+err.toString());
process.exit(1);
}
+ doTestsAndReport();
setInterval(doTestsAndReport,TEST_INTERVAL);
});
});