diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-07-10 21:02:28 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-07-10 21:02:28 (GMT) |
commit | 0363f29282f4dd75475d4ad004dae035871d0757 (patch) | |
tree | c39377722afb405bb82fc10af613dd181a1caa4e /ChangeLog | |
parent | 7609e2c3a04295aac611eb1a860eeb060bbfc4fd (diff) | |
download | tcl-0363f29282f4dd75475d4ad004dae035871d0757.zip tcl-0363f29282f4dd75475d4ad004dae035871d0757.tar.gz tcl-0363f29282f4dd75475d4ad004dae035871d0757.tar.bz2 |
Added code to restore env(LC_TIME) after the test completes, silencing
a warning from 'make TESTFLAGS="-debug 1" test'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ * tests/clock.test (clock-2.11): Changed the test so that it isn't an infinite loop when run under valgrind on a slow virtual machine. Thanks to Miguel Sofer for the bug report. + Also put in code to restore env(LC_TIME) after tests complete, + silencing a warning from 'make TESTFLAGS="-debug 1" test'. 2004-07-08 Miguel Sofer <msofer@users.sf.net> |