lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 7aa985c5 07/10: Preserve discrepancies found


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 7aa985c5 07/10: Preserve discrepancies found in various CLI outputs
Date: Wed, 8 Jun 2022 19:41:01 -0400 (EDT)

branch: master
commit 7aa985c504011501cd79ac86c5ff763b02dd9640
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Preserve discrepancies found in various CLI outputs
    
    Otherwise, if a nychthemeral test is piped into 'less' and an error
    occurs in any of these tests, the diagnostics are lost when 'less' is
    closed.
---
 nychthemeral_test.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index 842f65e9..e05931d7 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -457,6 +457,7 @@ for z in *.touchstone; do \
     --strip-trailing-cr \
     --ignore-matching-lines="^DatePrepared[ \t]*.*'[0-9-]*'$" \
     "$z" "$srcdir/$z" \
+    2>&1 | tee "$log_dir"/emit_cli \
   || true ; \
 done
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]