diff --git a/test/functional/README.md b/test/functional/README.md index 907aedb2..19369c38 100644 --- a/test/functional/README.md +++ b/test/functional/README.md @@ -468,6 +468,7 @@ Example: ```bash run assert_files_not_equal foo/bar foo/baz +``` ### Ignore lists When using assertions that compare the command output to an expected output (for example diff --git a/test/functional/ignore-list.global b/test/functional/ignore-list.global new file mode 100644 index 00000000..8dbed62f --- /dev/null +++ b/test/functional/ignore-list.global @@ -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