diff options
Diffstat (limited to 'src/compiletest/common.rs')
| -rw-r--r-- | src/compiletest/common.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/compiletest/common.rs b/src/compiletest/common.rs index e66094dc395..33ec974c527 100644 --- a/src/compiletest/common.rs +++ b/src/compiletest/common.rs @@ -155,5 +155,8 @@ pub struct Config { pub lldb_python_dir: Option<String>, // Explain what's going on - pub verbose: bool + pub verbose: bool, + + // Print one character per test instead of one line + pub quiet: bool, } |
