mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-03 20:21:29 +00:00
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:
committed by
Matthew Johnson
parent
898a932315
commit
7cecbd2009
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user