diff options
author | Loïc Hoguin <[email protected]> | 2015-09-26 14:41:56 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-09-26 14:41:56 +0200 |
commit | 0f78319fd528236a0fd7d152870e77248cfc5891 (patch) | |
tree | 05452461c84f7acd477525ea759570b1a7a6ed08 /pkg_add.sh | |
parent | c1131f4f7420d009c8a05e5de9dd0888127aa0aa (diff) | |
download | erlang.mk-0f78319fd528236a0fd7d152870e77248cfc5891.tar.gz erlang.mk-0f78319fd528236a0fd7d152870e77248cfc5891.tar.bz2 erlang.mk-0f78319fd528236a0fd7d152870e77248cfc5891.zip |
Make tests work on more systems
Some systems do not have subsecond file modification detection
capabilities. This is the case in OSX because the HFS+ file
system has 1 second resolution. This is also the case in other
OSes with particular file systems or even shells. For example,
the "test" command in Bash does not support subsecond file times,
while the ZSH one and the /usr/bin/test on my machine does. On
those systems, with Bash, find -newer will work, but not test -nt.
Tests were updated to reflect this. The test Makefile runs a
series of commands to determine if subsecond resolution is available.
When it is not, a sleep command will be executed before relevant
operations in the tests.
Because the Bash shell is often the default shell for Make, and
because users of ZSH may want to avoid sleeping for no reasons,
a new variable was introduced: ZSH=1. When provided when running
tests, the shell will be switched to ZSH, and subsecond resolution
will work as expected. Tests have been fixed to work with ZSH as
well.
All this only applies to tests, Erlang.mk itself is so far not
affected by this issue.
Diffstat (limited to 'pkg_add.sh')
0 files changed, 0 insertions, 0 deletions