Skip to content
Snippets Groups Projects
Commit b600ae90 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- disabling verbose output

parent fda48192
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@ my $testapp = Test::Cmd->new(
prog => path(__FILE__)->parent->parent->child('bin')->child('ta-tool.pl'),
workdir => '',
subdir => 'bin',
verbose => 1,
#verbose => 1,
interpreter => "$perl -I lib/ ",
);
# tests
......
......@@ -7,7 +7,7 @@ my $testapp = Test::Cmd->new(
prog => path(__FILE__)->parent->parent->child('bin')->child('ta-tool.pl'),
workdir => '',
subdir => 'bin',
verbose => 1,
#verbose => 1,
interpreter => "$perl -I lib/ ",
);
local $ENV{'HOME'} = $testapp->workpath();
......
......@@ -7,7 +7,7 @@ my $testapp = Test::Cmd->new(
prog => path(__FILE__)->parent->parent->child('bin')->child('ta-tool.pl'),
workdir => '',
subdir => 'bin',
verbose => 1,
#verbose => 1,
interpreter => "$perl -I lib/ ",
);
local $ENV{'HOME'} = $testapp->workpath();
......
......@@ -7,7 +7,7 @@ my $testapp = Test::Cmd->new(
prog => path(__FILE__)->parent->parent->child('bin')->child('ta-tool.pl'),
workdir => '',
subdir => 'bin',
verbose => 1,
#verbose => 1,
interpreter => "$perl -I lib/ ",
);
local $ENV{'HOME'} = $testapp->workpath();
......
......@@ -7,7 +7,7 @@ my $testapp = Test::Cmd->new(
prog => path(__FILE__)->parent->parent->child('bin')->child('ta-tool.pl'),
workdir => '',
subdir => 'bin',
verbose => 1,
#verbose => 1,
interpreter => "$perl -I lib/ ",
);
local $ENV{'HOME'} = $testapp->workpath();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment