lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 43b066c: Use '--output-sync=recurse' with uni


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 43b066c: Use '--output-sync=recurse' with unit tests
Date: Wed, 8 May 2019 19:53:25 -0400 (EDT)

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

    Use '--output-sync=recurse' with unit tests
    
    Synchronization should output make confusing less.
---
 nychthemeral_test.sh  | 4 ++--
 tabs/3/startup_script | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index 9ec8ffb..11f9fae 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -170,7 +170,7 @@ else
 fi
 
 printf '\n# unit tests\n\n'
-make "$coefficiency" unit_tests 2>&1 \
+make "$coefficiency" --output-sync=recurse unit_tests 2>&1 \
   | tee >(grep '\*\*\*') >(grep \?\?\?\?) >(grep '!!!!' --count | xargs printf 
'%d tests succeeded\n') >"$log_dir"/unit_tests
 
 printf '\n# build with shared-object attributes\n\n'
@@ -182,7 +182,7 @@ make "$coefficiency" --output-sync=recurse cgi_tests 
cli_tests build_type=safest
   | tee "$log_dir"/cgi_cli_safestdlib | sed -e "$build_clutter" -e 
"$cli_cgi_clutter"
 
 printf '\n# unit tests in libstdc++ debug mode\n\n'
-make "$coefficiency" unit_tests build_type=safestdlib 2>&1 \
+make "$coefficiency" --output-sync=recurse unit_tests build_type=safestdlib 
2>&1 \
   | tee >(grep '\*\*\*') >(grep \?\?\?\?) >(grep '!!!!' --count | xargs printf 
'%d tests succeeded\n') >"$log_dir"/unit_tests_safestdlib
 
 printf '\n# xrc tests\n\n'
diff --git a/tabs/3/startup_script b/tabs/3/startup_script
index 03f381e..28c12f6 100755
--- a/tabs/3/startup_script
+++ b/tabs/3/startup_script
@@ -6,10 +6,10 @@ b='cd /opt/lmi/src/lmi'
 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"
+f="make \$coefficiency --output-sync=recurse 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 | 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"
+i="make \$coefficiency --output-sync=recurse unit_tests build_type=safestdlib 
2>&1 | tee >(grep '\*\*\*') >(grep '????') >(grep '!!!!' --count | xargs printf 
'%d tests succeeded\n') >../log"
 j='./nychthemeral_test.sh'
 k='make $coefficiency install check_physical_closure 2>&1 | less -S'
 l='make $coefficiency unit_tests unit_test_targets=regex_test.exe 2>&1 | less 
-S'



reply via email to

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