diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pkg-build.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/pkg-build.test b/tests/pkg-build.test index 9753a14..9c9aee9 100644 --- a/tests/pkg-build.test +++ b/tests/pkg-build.test @@ -2146,6 +2146,13 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! # date on filesystems with a low file timestamps resolution (for example # HFS+). # + # @@ By some reason the following build occasionally relinks on Windows, + # so the test fails. We will copy the configuration directory + # preserving file timestamps to research the issue when it get + # reproduced. + # + cp -r cfg cfg-backup; + $* ?libhello --yes --keep-out 2>>~%EOE% disfigured libfoo/1.1.0 disfigured libhello/1.0.0 |