diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-04-20 19:11:41 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-04-20 19:11:41 +0300 |
commit | f86216071cd4d8d120a8afb83f4b452ef7892ea1 (patch) | |
tree | b8166fd50f2884c0a319a923e91740c34d6de30a /tests/pkg-build.test | |
parent | 91a1173f086cc7ac6aa2c66acb3742028339d71c (diff) |
Fix pkg-build testscript
Diffstat (limited to 'tests/pkg-build.test')
-rw-r--r-- | tests/pkg-build.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pkg-build.test b/tests/pkg-build.test index d8e5f20..82f1510 100644 --- a/tests/pkg-build.test +++ b/tests/pkg-build.test @@ -2141,12 +2141,18 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! # Upgrade libhello as a dependency. # + # Note that despite the fact that we have modified the libhello's + # manifest file after the build, libhello may still be considered up to + # date on filesystems with a low file timestamps resolution (for example + # HFS+). + # $* ?libhello --yes --keep-out 2>>~%EOE% disfigured libfoo/1.1.0 disfigured libhello/1.0.0 using libhello/1.0.1 (external) configured libhello/1.0.1 configured libfoo/1.1.0 + %info: .+dir\{libhello.\} is up to date%? %info: .+dir\{libfoo.\} is up to date% updated libhello/1.0.1 updated libfoo/1.1.0 |