lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 3a7044c 2/2: Improve unit-test command


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3a7044c 2/2: Improve unit-test command
Date: Thu, 9 Feb 2017 23:05:18 -0500 (EST)

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

    Improve unit-test command
---
 gwc/develop1.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index 0b49744..878df61 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -113,7 +113,7 @@ cd /opt/lmi/src/lmi
 make $coefficiency install check_physical_closure >../log 2>&1
 make $coefficiency cgi_tests cli_tests >../log 2>&1
 make $coefficiency system_test >../log 2>&1
-make $coefficiency unit_tests >../log 2>&1
+make $coefficiency unit_tests 2>&1 | tee >(grep '\*\*\*') >(grep '????') 
>(grep '!!!!' --count | xargs printf "%d tests succeeded\n") >../log
 
   # Run a single unit test
 



reply via email to

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