aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGilles Espinasse <g.esp@free.fr>2013-03-28 07:21:26 +1100
committerBen Elliston <bje@gnu.org>2013-03-28 07:21:26 +1100
commit74cc09fdf5ed2bba1b1f919946dd4ce9e6e3d200 (patch)
tree84c47e691bf6b74bf65cbad8b25dd49a70f688b4 /TODO
parent4d13bc3a3c6c7532c833eff437de788f1c0e8d0e (diff)
downloaddejagnu-74cc09fdf5ed2bba1b1f919946dd4ce9e6e3d200.zip
dejagnu-74cc09fdf5ed2bba1b1f919946dd4ce9e6e3d200.tar.gz
dejagnu-74cc09fdf5ed2bba1b1f919946dd4ce9e6e3d200.tar.bz2
* TODO: Remove todo item about warncnt and errcnt.
Signed-off-by: Ben Elliston <bje@gnu.org>
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
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.