diff options
author | Paul Smith <psmith@gnu.org> | 2006-03-08 20:15:08 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2006-03-08 20:15:08 +0000 |
commit | afc4906acaeb7191e4ec085d7be4ca5b036b821d (patch) | |
tree | 1772315a4dfcbe1d8f8470b2ddcc0f24900bbf96 /tests/ChangeLog | |
parent | 8af9389f87e25aea721071516cf00ed13360ab9c (diff) | |
download | gunmake-afc4906acaeb7191e4ec085d7be4ca5b036b821d.tar.gz |
Some test updates for Windows.
Handle SHELL set on the command line properly for windows.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 57dec0d..3db7cc3 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,11 @@ +2006-03-05 Paul D. Smith <psmith@gnu.org> + + * run_make_tests.pl (set_more_defaults): Add CYGWIN_NT as a port + type W32. Fixed Savannah bug #15937. + + * scripts/features/default_names: Don't call error() when the test + fails. Fixes Savannah bug #15941. + 2006-02-17 Paul D. Smith <psmith@gnu.org> * scripts/features/targetvars: Test a complex construction which |