Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnumeric
Commits
fee7c01c
Commit
fee7c01c
authored
Mar 20, 2021
by
Morten Welinder
Browse files
Test: repspect --verbose if more places.
So we can see the commands run.
parent
cedcbfed
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/GnumericTest.pm
View file @
fee7c01c
...
...
@@ -307,6 +307,7 @@ sub sstest {
my
$expected
=
shift
@_
;
my
$cmd
=
"earg
(
$sstest
,
$test
);
print
STDERR
"
#
$cmd
\n
"
if
$verbose
;
my
$actual
=
`
$cmd
2>&1
`;
my
$err
=
$?
;
die
"
Failed command:
$cmd
\n
"
if
$err
;
...
...
@@ -810,6 +811,7 @@ sub test_ssindex {
{
my
$cmd
=
"earg
(
$ssindex
,
"
--index
",
$file
);
print
STDERR
"
#
$cmd
\n
"
if
$verbose
;
my
$output
=
`
$cmd
2>&1 >'
$xmlfile
'
`;
my
$err
=
$?
;
&dump_indented
(
$output
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment