summaryrefslogtreecommitdiffstats
path: root/test/src/test-stress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-stress.cpp')
-rw-r--r--test/src/test-stress.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/src/test-stress.cpp b/test/src/test-stress.cpp
index 6d28829..6782328 100644
--- a/test/src/test-stress.cpp
+++ b/test/src/test-stress.cpp
@@ -124,6 +124,7 @@ int main(int argc, char** argv) {
google::InitGoogleLogging(argv[0]);
google::LogToStderr();
+ HTTPServer::getInstance(8088, 8089);
#ifndef _WIN32
opterr = 0;
#endif
@@ -150,7 +151,7 @@ int main(int argc, char** argv) {
interpreter.interpret();
}
#else
-
+
DirectoryWatch* watcher = new DirectoryWatch(argv[optind], true);
watcher->updateEntries(true);
std::map<std::string, struct stat> entries = watcher->getAllEntries();