Merge pull request #1091 from mmichal10/fix-cli-test

tests: fix expected error message
This commit is contained in:
Robert Baldyga 2022-03-15 11:11:54 +01:00 committed by GitHub
commit f9a2846224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,8 +81,8 @@ stop_cache_mounted_core = [
]
load_and_force = [
(r"Use of \'load\' and \'force\', \'cache-id\', \'cache-mode\' or \'cache-line-size\'",
r" simultaneously is forbidden.")
r"Use of \'load\' with \'force\', \'cache-id\', \'cache-mode\' or \'cache-line-size\'",
r" simultaneously is forbidden."
]
try_add_core_sector_size_mismatch = [