Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] search for fixed strings, not regexps, by default
Change grep_for_content to grep for a fixed string by default. The reason is tests would match 1a2b3c4 as IP address 1.2.3.4 (which it is not). Add regexp option to grep_for_content, to allow the default "grep" search. Resolves: #3320 Signed-off-by: Pavel Moravec <[email protected]>
- Loading branch information