[gnumeric] t6152: Be slightly more verbose when requested.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] t6152: Be slightly more verbose when requested.
- Date: Thu, 4 Jun 2015 12:51:58 +0000 (UTC)
commit 0be5aeee6854ee84d3cce0a078fbff219532196b
Author: Morten Welinder <terra gnome org>
Date: Thu Jun 4 08:51:25 2015 -0400
t6152: Be slightly more verbose when requested.
test/t6152-xlsx-syntax.pl | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/test/t6152-xlsx-syntax.pl b/test/t6152-xlsx-syntax.pl
index 07a7eea..d7912e7 100755
--- a/test/t6152-xlsx-syntax.pl
+++ b/test/t6152-xlsx-syntax.pl
@@ -58,10 +58,15 @@ foreach my $src (@sources) {
$tmp =~ s|^.*/||;
$tmp =~ s|\..*|.xlsx|;
&GnumericTest::junkfile ($tmp);
- system ("$ssconvert -T $format $src $tmp");
- if (!-r $tmp) {
- print STDERR "ssconvert failed to produce $tmp\n";
- die "Fail\n";
+
+ {
+ my $cmd = &GnumericTest::quotearg ($ssconvert, '-T', $format, $src, $tmp);
+ print STDERR "# $cmd\n" if $GnumericTest::verbose;
+ system ($cmd);
+ if (!-r $tmp) {
+ print STDERR "ssconvert failed to produce $tmp\n";
+ die "Fail\n";
+ }
}
my %members;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]