Adding the global ignore list for tests

Tests that compare output with an expected output strip text in
ignore files first.

This commit adds a global ignore-list intended to be used as a
fallback for all tests.
This commit is contained in:
Castulo Martinez
2018-08-20 15:11:19 -07:00
committed by Matthew Johnson
parent 898a932315
commit 7cecbd2009
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -468,6 +468,7 @@ Example:
```bash
run <some_command>
assert_files_not_equal foo/bar foo/baz
```
### Ignore lists
When using assertions that compare the command output to an expected output (for example
+3
View File
@@ -0,0 +1,3 @@
sh: .*/usr/bin/clr-boot-manager: No such file or directory
sh: .*/usr/bin/clr-boot-manager: not found
Update took .* seconds