]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
watch-suite.sh: new syntax
authorSage Weil <sage@inktank.com>
Mon, 7 Jul 2014 22:08:41 +0000 (15:08 -0700)
committerSage Weil <sage@inktank.com>
Mon, 7 Jul 2014 22:08:55 +0000 (15:08 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
watch-suite.sh

index 03d73e3d411b1a401e954fba2f931d85307ca0d6..04a5d34ee0693559bc6a07d146a3b6b47f90f6ee 100755 (executable)
@@ -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"