diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-05 11:16:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-05 11:16:28 +0200 |
commit | ca9e0c07e9dd7b9efd3f5cae59c632759c11f027 (patch) | |
tree | b7978b83e00ada933caf0c772da857e334c151bd /tests | |
parent | b74e3afa4ca810c8cc67f02eea3fd20971ab6f99 (diff) |
Work around Windows-specific issue in tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/update.testscript | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/update.testscript b/tests/update.testscript index 78da255..528a12b 100644 --- a/tests/update.testscript +++ b/tests/update.testscript @@ -53,9 +53,13 @@ deinit += -d prj %(mkdir|c\+\+|ld) .+%{3} EOE + # @@ On Windows we for some reason also get a repeat: + # + # ln prj-cfg1\pkg1\pkg1\exe{pkg1} -> prj\pkg1\pkg1\ + # $* --all -d prj 2>>~%EOE%; # All configs (and packages). in configuration @cfg1: - %(mkdir|c\+\+|ld|ln|info:) .+%{5} + %(mkdir|c\+\+|ld|ln|info:) .+%{5,6} in configuration @cfg2: %(mkdir|c\+\+|ld|info:) .+%{4} |