lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master a306d67 7/7: Use a more distinctive marker fo


From: Greg Chicares
Subject: [lmi-commits] [lmi] master a306d67 7/7: Use a more distinctive marker for test failures
Date: Thu, 9 Feb 2017 19:49:26 -0500 (EST)

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

    Use a more distinctive marker for test failures
    
    Use question marks instead of asterisks to mark unit-test errors,
    because 'make' uses asterisks. See:
      http://lists.nongnu.org/archive/html/lmi/2017-02/msg00028.html
---
 test_main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_main.cpp b/test_main.cpp
index 351ed12..dca5894 100644
--- a/test_main.cpp
+++ b/test_main.cpp
@@ -98,7 +98,7 @@ namespace lmi_test
     // There is no 'default_success_prefix' because there is no need to
     // override 'success_prefix'.
 
-    std::string const default_error_prefix = "\n*""*""*""* ";
+    std::string const default_error_prefix = "\n?""?""?""? ";
 
     // Change this to test this testing library's facilities without
     // emitting this actual prefix, e.g., to force simulated errors.



reply via email to

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