[gnumeric] Test: repspect --verbose if more places.



commit fee7c01c7616961eb2c40448ef4cdc431e53aa2e
Author: Morten Welinder <terra gnome org>
Date:   Sat Mar 20 12:07:40 2021 -0400

    Test: repspect --verbose if more places.
    
    So we can see the commands run.

 test/GnumericTest.pm | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/test/GnumericTest.pm b/test/GnumericTest.pm
index e1df58b7f..f713a4d06 100644
--- a/test/GnumericTest.pm
+++ b/test/GnumericTest.pm
@@ -307,6 +307,7 @@ sub sstest {
     my $expected = shift @_;
 
     my $cmd = &quotearg ($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 = &quotearg ($ssindex, "--index", $file);
+       print STDERR "# $cmd\n" if $verbose;
        my $output = `$cmd 2>&1 >'$xmlfile'`;
        my $err = $?;
        &dump_indented ($output);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]