lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master d37be91 13/14: Add documentation from 'gui_te


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d37be91 13/14: Add documentation from 'gui_test.sh' to 'gui_test.ps1'
Date: Tue, 5 May 2020 09:03:29 -0400 (EDT)

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

    Add documentation from 'gui_test.sh' to 'gui_test.ps1'
---
 gui_test.ps1 | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gui_test.ps1 b/gui_test.ps1
index 61d8a4c..e6345fc 100644
--- a/gui_test.ps1
+++ b/gui_test.ps1
@@ -40,6 +40,20 @@ $prefix = "/opt/lmi"
 # some extra logic below to transform it into an array of regex patterns in the
 # format understood by PowerShell.
 
+# Lines beginning with a capitalized word, viz.
+#   /^NOTE: starting the test suite$/d
+# at the beginning and, e.g.,
+#   /^SUCCESS: 21 tests successfully completed\.$/d
+#   /^NOTE: 4 tests were skipped$/d
+# at the end, are deliberately not filtered out.
+
+# Output containing the substring
+#   'not running distribution tests'
+# is filtered out because it results from running 'wx_test' without
+# any proprietary input subdirectory. SOMEDAY !! It would be good to
+# filter out whatever normal output is seen when such a subdirectory
+# is used.
+
 $gui_test_clutter='
 /^about_dialog_version: started$/d
 /^About dialog version string is .[[:digit:]]\+T[[:digit:]]\+Z.\.$/d



reply via email to

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