aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-04 20:53:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-19 22:16:46 +0300
commitdbbc19b77dcf6ea828aabd64d7aa8cab9635aaf5 (patch)
treec0b9b449b7064dff3613628022224e6c18148c3e /tests
parentefb9c3e0e6b612d5bfadc7a2b984c14b5439335c (diff)
Implement build task, result and log requests handling
Diffstat (limited to 'tests')
-rw-r--r--tests/load/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx
index a0ab10f..f2c97b5 100644
--- a/tests/load/driver.cxx
+++ b/tests/load/driver.cxx
@@ -63,7 +63,7 @@ main (int argc, char* argv[])
string user;
string password;
- string name ("brep");
+ string name ("brep_package");
string host;
unsigned int port (0);
int i (2);