lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 171ba3e 2/2: Improve commands in zsh history


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 171ba3e 2/2: Improve commands in zsh history list
Date: Wed, 18 Apr 2018 19:41:11 -0400 (EDT)

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

    Improve commands in zsh history list
---
 tabs/3/startup_script | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tabs/3/startup_script b/tabs/3/startup_script
index 7b9d491..16ab656 100755
--- a/tabs/3/startup_script
+++ b/tabs/3/startup_script
@@ -3,12 +3,12 @@
 a='schroot --chroot=cross-lmi'
 
 b='cd /opt/lmi/src/lmi'
-c='make $coefficiency install check_physical_closure 2>&1 |less -S'
-d='make $coefficiency cgi_tests cli_tests 2>&1 |less -S'
-e='make $coefficiency system_test 2>&1 |less -S'
+c='make $coefficiency install check_physical_closure 2>&1 | tee ../log | sed 
-f diagnostics.sed | less -S'
+d='make $coefficiency cgi_tests cli_tests 2>&1 | less -S'
+e='make $coefficiency system_test 2>&1 | less -S'
 f="make \$coefficiency unit_tests 2>&1 | tee >(grep '\*\*\*') >(grep '????') 
>(grep '!!!!' --count | xargs printf '%d tests succeeded\n') >../log"
-g='make $coefficiency all build_type=so_test USE_SO_ATTRIBUTES=1 2>&1 |less -S'
-h='make $coefficiency cgi_tests cli_tests build_type=safestdlib  2>&1 |less -S'
+g='make $coefficiency all build_type=so_test USE_SO_ATTRIBUTES=1 2>&1 | tee 
../log | sed -f diagnostics.sed | less -S'
+h='make $coefficiency cgi_tests cli_tests build_type=safestdlib 2>&1 | tee 
../log | sed -f diagnostics.sed | less -S'
 i="make \$coefficiency unit_tests build_type=safestdlib 2>&1 | tee >(grep 
'\*\*\*') >(grep '????') >(grep '!!!!' --count | xargs printf '%d tests 
succeeded\n') >../log"
 
 print -rs $b ; echo $b ; eval $b



reply via email to

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