From 7262d29f5b34e2dec4691ebf6d884ded0df1b5ba Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 7 Jul 2014 15:08:41 -0700 Subject: [PATCH] watch-suite.sh: new syntax Signed-off-by: Sage Weil --- watch-suite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-suite.sh b/watch-suite.sh index 03d73e3d411b1..04a5d34ee0693 100755 --- a/watch-suite.sh +++ b/watch-suite.sh @@ -1,4 +1,4 @@ #!/bin/sh -watch "pwd ; echo \`teuthology-ls --archive-dir . | grep -c pass\` passes ; teuthology-ls --archive-dir . | grep -v pass" +watch "pwd ; echo \`teuthology-ls . | grep -c pass\` passes ; teuthology-ls . | grep -v pass" -- 2.39.5