From: Gilles Espinasse Date: Wed, 27 Mar 2013 20:21:26 +0000 (+1100) Subject: * TODO: Remove todo item about warncnt and errcnt. X-Git-Tag: upstream/1.6.2~250 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74cc09fdf5ed2bba1b1f919946dd4ce9e6e3d200;p=platform%2Fupstream%2Fdejagnu.git * TODO: Remove todo item about warncnt and errcnt. Signed-off-by: Ben Elliston --- diff --git a/ChangeLog b/ChangeLog index 09012b1..3a00176 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2013-03-28 Gilles Espinasse + * TODO: Remove todo item about warncnt and errcnt. + +2013-03-28 Gilles Espinasse + * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once. 2013-03-26 Ben Elliston diff --git a/TODO b/TODO index 2c51a6c..0940dda 100644 --- a/TODO +++ b/TODO @@ -49,8 +49,3 @@ My wish list for dejagnu: "log_file -a $outdir/$tool.log", so there is already a copy of the compiler output in the log file. Just "verbose ..." or nothing at all. - -. Reset $warncnt and $errcnt at the start of each script. Right now, - if an error happens in a script and then no tests are run, - $errcnt carries over to the next script and forces the first test - of the new script to be UNRESOLVED.