summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/tools/test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/test.rs b/cli/tools/test.rs
index 1f3f4494f..919361eaa 100644
--- a/cli/tools/test.rs
+++ b/cli/tools/test.rs
@@ -1789,7 +1789,7 @@ pub async fn run_tests_with_watch(
flags,
file_watcher::PrintConfig {
job_name: "Test".to_string(),
- clear_screen: !test_flags
+ clear_screen: test_flags
.watch
.as_ref()
.map(|w| !w.no_clear_screen)