Fix hang when printing dot graphs from the CLI
This commit is contained in:
parent
b26eff13e2
commit
3380e0eed7
2 changed files with 5 additions and 1 deletions
|
|
@ -90,6 +90,8 @@ pub fn run_tests_at_path(
|
|||
&mut corrected_entries,
|
||||
)?;
|
||||
|
||||
parser.stop_printing_dot_graphs();
|
||||
|
||||
if failures.len() > 0 {
|
||||
println!("");
|
||||
|
||||
|
|
@ -719,7 +721,7 @@ code
|
|||
---
|
||||
|
||||
; Line start comment
|
||||
(a
|
||||
(a
|
||||
; ignore this
|
||||
(b)
|
||||
; also ignore this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue