lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/multiarch 4e64d64 3/6: Make 'nychthemeral_test.s


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch 4e64d64 3/6: Make 'nychthemeral_test.sh' filter its output
Date: Sun, 21 Apr 2019 12:49:40 -0400 (EDT)

branch: odd/multiarch
commit 4e64d640cc11cf4e3696a5bb38ec35893edc8432
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Make 'nychthemeral_test.sh' filter its output
    
    Simplified usage recommendation, filtering output in the script rather
    than on the command line.
---
 nychthemeral_test.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index bbbeb5e..1689a8f 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -107,6 +107,7 @@ schemata_clutter='
 log_dir=/tmp/lmi/"$LMI_HOST"/logs
 mkdir --parents "$log_dir"
 
+{
 cd /opt/lmi/src/lmi
 
 printf '\n# test concinnity\n\n'
@@ -176,3 +177,4 @@ for z in /tmp/lmi/tmp/*(N); do rm "$z"; done
 # no such actions must be performed manually while it is running.
 # Therefore, it is deliberately excluded from this script.
 printf '\nDo not forget to run wx_test.\n'
+} 2>&1 | tee "$log_dir"/nychthemeral_test | sed -f errors.sed



reply via email to

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