From 4b3dabdbb54ebbcaf0c6476b5bf630cbd4d0e907 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Tue, 14 Mar 2017 20:07:28 +0200 Subject: [PATCH] [verify] Extend rerun cmd with detailed and no-use args CLI method rerun should look as similar as `rally verify start` Change-Id: I8489b2abb48f581eea80fcdc5849cc00b4545ba1 --- etc/rally.bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rally.bash_completion b/etc/rally.bash_completion index 5e630852..022e641b 100644 --- a/etc/rally.bash_completion +++ b/etc/rally.bash_completion @@ -55,7 +55,7 @@ _rally() OPTS["verify_list-verifier-tests"]="--id --pattern" OPTS["verify_list-verifiers"]="--status" OPTS["verify_report"]="--uuid --type --to --open" - OPTS["verify_rerun"]="--uuid --deployment-id --failed" + OPTS["verify_rerun"]="--uuid --deployment-id --failed --detailed --no-use" OPTS["verify_show"]="--uuid --sort-by --detailed" OPTS["verify_show-verifier"]="--id" OPTS["verify_start"]="--id --deployment-id --tag --pattern --concurrency --load-list --skip-list --xfail-list --detailed --no-use"