diff options
Diffstat (limited to 'examples/jcov')
-rwxr-xr-x | examples/jcov | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/jcov b/examples/jcov index 1508f4b..d993784 100755 --- a/examples/jcov +++ b/examples/jcov @@ -25,7 +25,7 @@ xtrace xcov # Catch exit but not error set rc [catch -noerror -exit {source $argv0} msg opts] -xtrace +xtrace {} proc show-coverage {filename} { set info $::coverage($filename) |