From: Sage Weil Date: Mon, 7 Jul 2014 22:08:41 +0000 (-0700) Subject: watch-suite.sh: new syntax X-Git-Tag: 1.1.0~1339 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7262d29f5b34e2dec4691ebf6d884ded0df1b5ba;p=teuthology.git watch-suite.sh: new syntax Signed-off-by: Sage Weil --- diff --git a/watch-suite.sh b/watch-suite.sh index 03d73e3d..04a5d34e 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"