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/scripts/features/patternrules | |
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/scripts/features/patternrules')
-rw-r--r-- | tests/scripts/features/patternrules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/features/patternrules b/tests/scripts/features/patternrules index 0e2f281..c5bdf0a 100644 --- a/tests/scripts/features/patternrules +++ b/tests/scripts/features/patternrules @@ -104,7 +104,7 @@ run_make_test(' .PRECIOUS: %.bar -%.bar:; @touch $@ && false +%.bar:; @touch $@ && exit 1 $(dir)/foo.bar: |