Skip to content

Commit 65a7e79

Browse files
authored
cmake-tests: fix test failing on iOS (#1769)
The test called 'docsplaceholderslist-nonexistent-file-XFAIL' was failing on iOS due to different error message. The test case expects CMake to fail (XFAIL) with a specific message, which is validated via the regular expression. The regex has been adjusted to ensure that the test passes on iOS. Signed-off-by: Patryk Wrobel <183546751+pwrobeldev@users.noreply.github.com>
1 parent 6bafc2c commit 65a7e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cmake/tests/unit/gluecodium_generate/docsplaceholderslist-nonexistent-file-XFAIL
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(Failed reading options: File .*/someNonexistentPlaceholders.properties does not exist)|(someNonexistentPlaceholders.properties.*missing and no known rule to make it)
1+
(Failed reading options: File .*/someNonexistentPlaceholders.properties does not exist)|(someNonexistentPlaceholders.properties.*missing and no known rule to make it)|(file failed to open for reading \(No such file or directory\):.*/someNonexistentPlaceholders.properties)

0 commit comments

Comments
 (0)