lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 272c028 1/6: Log output of 'check_concinnity'


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 272c028 1/6: Log output of 'check_concinnity' target separately
Date: Tue, 16 Jun 2020 15:43:48 -0400 (EDT)

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

    Log output of 'check_concinnity' target separately
    
    This target can fail as well as any other, so it's useful to preserve
    its output as others' output is preserved.
---
 nychthemeral_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index 75d0e61..0d61a28 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -147,7 +147,7 @@ cd /opt/lmi/src/lmi
 
 printf '\n# test concinnity\n\n'
 make "$coefficiency" check_concinnity 2>&1 \
-  | sed -e "$build_clutter" -e "$concinnity_clutter"
+  | tee "$log_dir"/concinnity | sed -e "$build_clutter" -e 
"$concinnity_clutter"
 
 printf '# install; check physical closure\n\n'
 make "$coefficiency" install check_physical_closure 2>&1 \



reply via email to

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