lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 26379c8 3/3: Conditionally suppress a test th


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 26379c8 3/3: Conditionally suppress a test that would not succeed
Date: Sat, 27 Apr 2019 14:51:47 -0400 (EDT)

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

    Conditionally suppress a test that would not succeed
---
 nychthemeral_test.sh | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index 656e88e..acd2be3 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -155,9 +155,14 @@ 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"
 
-printf '\n# system test\n\n'
-make "$coefficiency" system_test 2>&1 \
-  | tee "$log_dir"/system_test | sed -e "$build_clutter" -e "$install_clutter"
+if [ "i686-w64-mingw32" = "$LMI_HOST" ]
+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# unit tests\n\n'
 make "$coefficiency" unit_tests 2>&1 \



reply via email to

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