lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master b4b0e2c9 06/10: Adjust whitespace


From: Greg Chicares
Subject: [lmi-commits] [lmi] master b4b0e2c9 06/10: Adjust whitespace
Date: Wed, 8 Jun 2022 19:41:01 -0400 (EDT)

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

    Adjust whitespace
---
 nychthemeral_test.sh | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index 1d661b79..842f65e9 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -362,29 +362,29 @@ printf '\n# unit tests in libstdc++ debug mode\n\n'
 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
 
-  if [ "x86_64-pc-linux-gnu" = "$LMI_TRIPLET" ]
-  then
-    printf '\n# unit tests with UBSan\n\n'
-    # shellcheck disable=SC3001
-    (setopt nomultios; \
-      ( \
-        (make "$coefficiency" --output-sync=recurse unit_tests \
-          build_type=ubsan UBSAN_OPTIONS=print_stacktrace=1 \
-        | tee \
-          >(grep '\*\*\*') \
-          >(grep \?\?\?\?) \
-          >(grep '!!!!' --count | xargs printf '%d tests succeeded\n') \
-        >"$log_dir"/unit_tests_ubsan_stdout \
-        ) \
-        3>&1 1>&2 2>&3 \
-        | tee "$log_dir"/unit_tests_ubsan_stderr \
-          | sed -e "$unit_test_stderr_clutter" \
-          | sed -e's/^/UBSan: /' \
-      ) 3>&1 1>&2 2>&3 \
-    );
-  else
-    printf '\n# ubsan tests skipped--used with POSIX only\n\n'
-  fi
+if [ "x86_64-pc-linux-gnu" = "$LMI_TRIPLET" ]
+then
+  printf '\n# unit tests with UBSan\n\n'
+  # shellcheck disable=SC3001
+  (setopt nomultios; \
+    ( \
+      (make "$coefficiency" --output-sync=recurse unit_tests \
+        build_type=ubsan UBSAN_OPTIONS=print_stacktrace=1 \
+      | tee \
+        >(grep '\*\*\*') \
+        >(grep \?\?\?\?) \
+        >(grep '!!!!' --count | xargs printf '%d tests succeeded\n') \
+      >"$log_dir"/unit_tests_ubsan_stdout \
+      ) \
+      3>&1 1>&2 2>&3 \
+      | tee "$log_dir"/unit_tests_ubsan_stderr \
+        | sed -e "$unit_test_stderr_clutter" \
+        | sed -e's/^/UBSan: /' \
+    ) 3>&1 1>&2 2>&3 \
+  );
+else
+  printf '\n# ubsan tests skipped--used with POSIX only\n\n'
+fi
 
 if [ "greg" = "$(whoami)" ]
 then



reply via email to

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