lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 6e83ab22 08/10: Make system_test for every ar


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6e83ab22 08/10: Make system_test for every architecture
Date: Wed, 8 Jun 2022 19:41:01 -0400 (EDT)

branch: master
commit 6e83ab22179cb32feebf955861f55e980371260e
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Make system_test for every architecture
    
    Results were recently made identical.
---
 nychthemeral_test.sh | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index e05931d7..6506f83b 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -331,14 +331,9 @@ printf '\n# cgi and cli tests\n\n'
 make "$coefficiency" --output-sync=recurse cgi_tests cli_tests 2>&1 \
   | tee "$log_dir"/cgi_cli | sed -e "$build_clutter" -e "$cli_cgi_clutter"
 
-if [ "x86_64-w64-mingw32" = "$LMI_TRIPLET" ]
-then
-  printf '\n# system test\n\n'
-  make "$coefficiency" system_test 2>&1 \
-    | tee "$log_dir"/system_test | sed -e "$build_clutter" -e 
"$install_clutter"
-else
-  printf '\n# system test skipped--it succeeds only with the production 
architecture\n\n'
-fi
+printf '\n# system test\n\n'
+make "$coefficiency" system_test 2>&1 \
+  | tee "$log_dir"/system_test | sed -e "$build_clutter" -e "$install_clutter"
 
 printf '\n# unit tests\n\n'
 # shellcheck disable=SC2039,SC3001



reply via email to

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