summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorChad Versace <chad.versace@intel.com>2015-12-07 10:34:50 -0800
committerChad Versace <chad.versace@intel.com>2015-12-07 18:55:10 -0800
commitda9d09f356fcac1989547b4734799882bcdf9558 (patch)
tree436a65ef6c9406314d261f5e43306846dbdebd66 /misc
parentd1274155aaa0e0078a3de4df3faa5f9822a7f42c (diff)
cmd/run: Add option --junit-xml
From crucible-run man page: --junit-xml=<junit-xml-file> Write JUnit XML to the given file. The option is just a stub. It doesn't do anything yet but print a FINISHME.
Diffstat (limited to 'misc')
-rw-r--r--misc/crucible-completion.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/crucible-completion.bash b/misc/crucible-completion.bash
index 3a39ccf..583e79e 100644
--- a/misc/crucible-completion.bash
+++ b/misc/crucible-completion.bash
@@ -34,6 +34,7 @@ __crucible_run()
--no-dump
--no-cleanup
--use-spir-v
+ --junit-xml
"
COMPREPLY=($(compgen -W "$flags $($1 ls-tests)" -- ${COMP_WORDS[COMP_CWORD]}))