MT12347 In attempt to find correct config location

See error message from
https://jenkins/view/All/job/ngcp-panel-rest-api/14758/

Change-Id: I3ec7bfaa96fe9ce2ce55d88c8be5cfbf47b38a6f
changes/53/1553/1
Irina Peshinskaya 10 years ago
parent bda844c9d3
commit d5964c474a

@ -13,7 +13,7 @@ BEGIN {
use NGCP::Panel::Utils::Journal qw();
use Config::General;
my $catalyst_config = Config::General->new("../ngcp_panel.conf"); #take paths from configloader..
my $catalyst_config = Config::General->new("./ngcp_panel.conf"); #take paths from configloader..
my %config = $catalyst_config->getall();
my $enable_journal_tests = 1;

Loading…
Cancel
Save