lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 91ff2d7 1/5: Improve a message written to /de


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 91ff2d7 1/5: Improve a message written to /dev/tty
Date: Thu, 18 Jun 2020 22:42:56 -0400 (EDT)

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

    Improve a message written to /dev/tty
    
    The 'system_test' target is only part of what the 'nychthemeral_test.sh'
    script does. The former output:
      ./lmi_setup_43.sh: Tested lmi for 'greg'.
      ./lmi_setup_44.sh: Ran nychthemeral test for 'nemo'.
    was less clear than the new:
      ./lmi_setup_43.sh: Ran system test for 'greg'.
      ./lmi_setup_44.sh: Ran nychthemeral test for 'nemo'.
---
 lmi_setup_43.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lmi_setup_43.sh b/lmi_setup_43.sh
index db749b5..299ca42 100755
--- a/lmi_setup_43.sh
+++ b/lmi_setup_43.sh
@@ -136,4 +136,4 @@ find . -path ./.git -prune -o -type f -print0 \
   | xargs --null --max-args=1 --max-procs="$(nproc)" --replace='{}' touch 
'--reference=/opt/lmi/src/lmi/{}' '{}'
 
 stamp=$(date -u +'%Y%m%dT%H%M%SZ')
-echo "$stamp $0: Tested lmi for '$NORMAL_USER'."  | tee /dev/tty
+echo "$stamp $0: Ran system test for '$(whoami)'."  | tee /dev/tty



reply via email to

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