summaryrefslogtreecommitdiff
path: root/test/basicserver
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-02-15 13:06:02 +0000
committerChris Wilson <chris+github@qwirx.com>2015-02-15 13:06:02 +0000
commit5e011923f49292630f5f731ed113454d64bcf041 (patch)
treeae08c11d69a96b3048ba840a43805cd861e18fc5 /test/basicserver
parent564f6ef783de04e574a7eab0c069ed5b1ec059c6 (diff)
Fix test failures caused by renaming the test executable, thanks to Achim for reporting.
Diffstat (limited to 'test/basicserver')
-rw-r--r--test/basicserver/testbasicserver.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/basicserver/testbasicserver.cpp b/test/basicserver/testbasicserver.cpp
index 4e6aa89c..d844ee1e 100644
--- a/test/basicserver/testbasicserver.cpp
+++ b/test/basicserver/testbasicserver.cpp
@@ -486,7 +486,7 @@ int test(int argc, const char *argv[])
// Launch a basic server
{
- std::string cmd = "./test --test-daemon-args=";
+ std::string cmd = "./_test --test-daemon-args=";
cmd += test_args;
cmd += " srv1 testfiles/srv1.conf";
int pid = LaunchServer(cmd, "testfiles/srv1.pid");
@@ -532,7 +532,7 @@ int test(int argc, const char *argv[])
// Launch a test forking server
{
- std::string cmd = "./test --test-daemon-args=";
+ std::string cmd = "./_test --test-daemon-args=";
cmd += test_args;
cmd += " srv2 testfiles/srv2.conf";
int pid = LaunchServer(cmd, "testfiles/srv2.pid");
@@ -602,7 +602,7 @@ int test(int argc, const char *argv[])
// Launch a test SSL server
{
- std::string cmd = "./test --test-daemon-args=";
+ std::string cmd = "./_test --test-daemon-args=";
cmd += test_args;
cmd += " srv3 testfiles/srv3.conf";
int pid = LaunchServer(cmd, "testfiles/srv3.pid");
@@ -683,7 +683,7 @@ int test(int argc, const char *argv[])
//protocolserver:
// Launch a test protocol handling server
{
- std::string cmd = "./test --test-daemon-args=";
+ std::string cmd = "./_test --test-daemon-args=";
cmd += test_args;
cmd += " srv4 testfiles/srv4.conf";
int pid = LaunchServer(cmd, "testfiles/srv4.pid");