lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 3af5d1f 7/8: Move suggested invocation from s


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3af5d1f 7/8: Move suggested invocation from subordinate to main script
Date: Tue, 24 Apr 2018 07:02:36 -0400 (EDT)

branch: master
commit 3af5d1f1e9891955ad979c2631ea2ab900cbcec7
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Move suggested invocation from subordinate to main script
---
 errors.sed           | 3 ---
 nychthemeral_test.sh | 6 ++++++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/errors.sed b/errors.sed
index 07db3f5..b41ffcc 100644
--- a/errors.sed
+++ b/errors.sed
@@ -19,9 +19,6 @@
 # email: <address@hidden>
 # snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
 
-# Suggested use:
-# $make clobber; ./nychthemeral_test.sh 2>&1 | tee /tmp/lmi/logs/log | sed -f 
errors.sed
-
 /^# install; check physical closure/d
 /^# cgi and cli tests/d
 /^Test common gateway interface:/d
diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index 566e51e..73e8d37 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -21,6 +21,12 @@
 # email: <address@hidden>
 # snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
 
+# Suggested use:
+#   $make clobber; ./nychthemeral_test.sh 2>&1 | tee /tmp/lmi/logs/log | sed 
-f errors.sed
+# Omitting the 'clobber' step when it's known to be unnecessary makes
+# that command take two minutes instead of five on a dual E5-2630 v3
+# machine. What's difficult is knowing when it's truly unnecessary.
+
 # SOMEDAY !! Not all tests return nonzero on failure, so 'set -e'
 # doesn't reliably exit after the first test failure.
 



reply via email to

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