Thread (36 messages) 36 messages, 4 authors, 2020-01-23
STALE2343d
Revisions (2)
  1. v1 current
  2. v2 [diff vs current]

[PATCH 02/11] fsmonitor: do not output to stderr for tests

From: Derrick Stolee via GitGitGadget <hidden>
Date: 2019-11-21 22:20:32
Subsystem: the rest · Maintainer: Linus Torvalds

From: Derrick Stolee <redacted>

t0003-attributes.sh

Signed-off-by: Derrick Stolee <redacted>
---
 t/t7519/fsmonitor-watchman | 1 -
 1 file changed, 1 deletion(-)
diff --git a/t/t7519/fsmonitor-watchman b/t/t7519/fsmonitor-watchman
index d8e7a1e5ba..06312876aa 100755
--- a/t/t7519/fsmonitor-watchman
+++ b/t/t7519/fsmonitor-watchman
@@ -94,7 +94,6 @@ sub launch_watchman {
 	my $o = $json_pkg->new->utf8->decode($response);
 
 	if ($retry > 0 and $o->{error} and $o->{error} =~ m/unable to resolve root .* directory (.*) is not watched/) {
-		print STDERR "Adding '$git_work_tree' to watchman's watch list.\n";
 		$retry--;
 		qx/watchman watch "$git_work_tree"/;
 		die "Failed to make watchman watch '$git_work_tree'.\n" .
-- 
gitgitgadget
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help