summaryrefslogtreecommitdiffstats
path: root/lib/MiddleWare/test.cpp
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-02-05 14:06:37 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-02-05 14:06:37 +0100
commitd0ecfd161e74573baee89115a848083644b11493 (patch)
treeed741518ce07c6dbf3fbb54ab19516c1a03335fd /lib/MiddleWare/test.cpp
parent7cbcf65b71aeaae5a8e0fde9e70bf1b54504f93c (diff)
downloadabrt-d0ecfd161e74573baee89115a848083644b11493.tar.gz
abrt-d0ecfd161e74573baee89115a848083644b11493.tar.xz
abrt-d0ecfd161e74573baee89115a848083644b11493.zip
Added define for standard configuration file
Diffstat (limited to 'lib/MiddleWare/test.cpp')
-rw-r--r--lib/MiddleWare/test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/MiddleWare/test.cpp b/lib/MiddleWare/test.cpp
index 7ab8ccb4..9d54b0b7 100644
--- a/lib/MiddleWare/test.cpp
+++ b/lib/MiddleWare/test.cpp
@@ -32,7 +32,9 @@ int main(int argc, char** argv)
try
{
- CMiddleWare middleWare(PLUGINS_CONF_DIR, PLUGINS_LIB_DIR, "CrashCatcher.conf");
+ CMiddleWare middleWare(PLUGINS_CONF_DIR,
+ PLUGINS_LIB_DIR,
+ std::string(CONF_DIR) + "/CrashCatcher.conf");
CDebugDump dd;
char pid[100];