Skip to content
Snippets Groups Projects
Commit 64f017b8 authored by Dmitry E. Oboukhov's avatar Dmitry E. Oboukhov Committed by Yuriy Nevinitsin
Browse files

increase debugging in test

parent 35f5db24
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ sub run {
my ($module, %opts) = @_;
my $cfg_file = delete $opts{cfg} or croak "config file not defined";
croak "File not found" unless -r $cfg_file;
croak "File not found: $cfg_file" unless -r $cfg_file;
open my $fh, '<:encoding(UTF-8)', $cfg_file or die "$@\n";
local $/;
my $cfg = <$fh>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment