Refactor test name character restrictions: allow '*'
authorPeter D. Barnes, Jr. <barnes26@llnl.gov>
Fri, 21 Aug 2015 13:48:32 -0700
changeset 11610 d07c72584191
parent 11609 8ed2fc1c70a3
child 11611 0cd891a4d1e0
Refactor test name character restrictions: allow '*'
src/core/model/test.cc
--- a/src/core/model/test.cc	Fri Aug 21 13:46:14 2015 -0700
+++ b/src/core/model/test.cc	Fri Aug 21 13:48:32 2015 -0700
@@ -310,7 +310,7 @@
   // tests with "val = v1 * v2" or "v1 < 3" or "case: foo --> bar"
   // So we allow ':<>*" 
 
-  std::string badchars = "\"/\\|?*";
+  std::string badchars = "\"/\\|?";
   // Badchar Class  Regex          Count of failing test names
   // All            ":<>\"/\\|?*"  611
   // Allow ':'      "<>\"/\\|?*"   128