Skip to content
Snippets Groups Projects
Commit 69c67efa authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

'Generalize a bit the pattern for StoreGate INFO messages changing to...

'Generalize a bit the pattern for StoreGate INFO messages changing to VERBOSE.' (TestTools-00-07-39)

	* Tagging TestTools-00-07-39.
	* share/post.sh: Generalize a bit the pattern for StoreGate INFO
	messages changing to VERBOSE.


Former-commit-id: c41b5db61b5988f14ecbb22d4c204be96c486215
parent faaec78d
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ PP="$PP"'|^ConditionStore +INFO Stop ConditionStore'
PP="$PP"'|DEBUG input handles:|DEBUG output handles:|DEBUG Data Deps for|DEBUG Property update for OutputLevel :|-ExtraInputs |-ExtraOutputs |-Cardinality |-IsClonable |-NeededResources |-Timeline '
# StoreGate INFO messages changed to VERBOSE
PP="$PP"'|^StoreGateSvc +(INFO|VERBOSE) (Stop|stop|Start)'
PP="$PP"'|^(StoreGateSvc|[^ ]+Store) +(INFO|VERBOSE) (Stop|stop|Start)'
if [ "$extrapatterns" != "" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment