From e89ecd4d84909d853d9441f1cee01fccbb9b210d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 12 May 2018 22:31:28 +0300 Subject: Add testscript code for Windows-related issue research --- tests/pkg-build.test | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.1