From dbd264c646362691407299d14fb1d18443ab1ef8 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 24 Mar 2012 21:56:32 +1100 Subject: [PATCH] 2012-03-24 Bernhard Reutner-Fischer * runtest.exp (load_tool_init): Fix typo in -de option handling. --- ChangeLog | 4 ++++ runtest.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8ded8da..9e1a1c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-03-24 Bernhard Reutner-Fischer + * runtest.exp (load_tool_init): Fix typo in -de option handling. + +2012-03-24 Bernhard Reutner-Fischer + * doc/runtest.1: Correct name of debug file. 2012-02-25 Ben Elliston diff --git a/runtest.exp b/runtest.exp index 4bfed83..b32181a 100644 --- a/runtest.exp +++ b/runtest.exp @@ -1063,7 +1063,7 @@ for { set i 0 } { $i < $argc } { incr i } { "--de*" { # (--debug) expect internal debugging if {[file exists ./dbg.log]} { - catch [file delete -force -- dbg.log" + catch [file delete -force -- dbg.log] } if { $verbose > 2 } { exp_internal -f dbg.log 1 -- 2.7.4