lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master ecc2e84 2/6: Suggest a useful 'less' option


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ecc2e84 2/6: Suggest a useful 'less' option
Date: Tue, 6 Mar 2018 07:02:45 -0500 (EST)

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

    Suggest a useful 'less' option
    
    Formerly, following the given steps literally resulted in viewing two
    full lines of compiler output per screen; now, two dozen chopped lines
    are shown instead.
---
 README.schroot | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.schroot b/README.schroot
index 8a63686..a15ec45 100644
--- a/README.schroot
+++ b/README.schroot
@@ -408,14 +408,14 @@ wine /opt/lmi/bin/rate_table_tool --accept 
--file=proprietary --merge=/opt/lmi/p
 
 # Run a system test.
 cd /opt/lmi/src/lmi
-make $coefficiency system_test 2>&1 |less
+make $coefficiency system_test 2>&1 |less -S
 # That test fails the first time because no results are saved in
 # touchstone/ yet. Copy the results just generated...
 cp -a /opt/lmi/test/* /opt/lmi/touchstone
 # ...removing summaries...
 rm /opt/lmi/touchstone/analysis* /opt/lmi/touchstone/diffs* 
/opt/lmi/touchstone/md5sum*
 # ...and rerun the test, which should now succeed:
-make $coefficiency system_test 2>&1 |less
+make $coefficiency system_test 2>&1 |less -S
 
 # Create a local mirror of the gnu.org repository:
 cd /opt/lmi



reply via email to

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