diff options
author | Paul Smith <psmith@gnu.org> | 2005-06-27 22:18:47 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-06-27 22:18:47 +0000 |
commit | 7dfa2461c32020f56a55239830b280752b1748a1 (patch) | |
tree | 15abda6fa7a30ed08e2ad2883b2f194e88e14a23 /tests/ChangeLog | |
parent | 261d7b44fa0d5e2b318c0544f9cc1f1d8e4ac69c (diff) | |
download | gunmake-7dfa2461c32020f56a55239830b280752b1748a1.tar.gz |
Cleaned up some problems found with the tests running on a powerful
Solaris system with an EMC NFS storage solution. Still get some odd
errors here unfortunately related to sub-second timestamps that I just
can't figure out. It all works if we run the tests in /tmp instead
though :-/.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 9d80d94..a7ceaaa 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,12 @@ 2005-06-27 Paul D. Smith <psmith@gnu.org> + * scripts/options/dash-W: Use 'echo >>' instead of touch to update + files. + * scripts/features/reinvoke: Rewrite to be safer on systems with + subsecond timestamps. + * scripts/features/patternrules: False exits with different error + codes on different systems (for example, Linux => 1, Solaris => 255). + * scripts/options/dash-W: Set the timestamp to foo.x in the future, to be sure it will be considered updated when it's remade. |