diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-12 22:31:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-12 22:31:28 +0300 |
commit | e89ecd4d84909d853d9441f1cee01fccbb9b210d (patch) | |
tree | cb3008742f51280a6f89517d623489cc12cea586 /tests/pkg-build.test | |
parent | e035fbaf5e5ae862191dc3d9eb047ac0abba6dbb (diff) |
Add testscript code for Windows-related issue research
Diffstat (limited to 'tests/pkg-build.test')
-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 |