lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 18f0162 5/5: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 18f0162 5/5: Improve documentation
Date: Tue, 7 Jul 2020 16:48:26 -0400 (EDT)

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

    Improve documentation
    
    It would be simpler to remove 'set -e', but it seems more important to
    keep 'set -e' in all scripts, and allow only specific commands to fail.
---
 lmi_setup_44.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lmi_setup_44.sh b/lmi_setup_44.sh
index 465bf90..aa7d8ae 100755
--- a/lmi_setup_44.sh
+++ b/lmi_setup_44.sh
@@ -29,7 +29,7 @@ set -evx
 assert_not_su
 assert_chrooted
 
-# Temporarily allow this to fail.
+# Allow scipt to continue even if some test fails.
 /opt/lmi/src/lmi/nychthemeral_test.sh || true
 
 stamp=$(date -u +'%Y%m%dT%H%M%SZ')



reply via email to

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