summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-07-10 21:02:28 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-07-10 21:02:28 (GMT)
commit0363f29282f4dd75475d4ad004dae035871d0757 (patch)
treec39377722afb405bb82fc10af613dd181a1caa4e /ChangeLog
parent7609e2c3a04295aac611eb1a860eeb060bbfc4fd (diff)
downloadtcl-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8ce13c..2513147 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>