[Piglit] [PATCH 3/6] completions/bash: Update list of profile completions to match on
Rhys Kidd
rhyskidd at gmail.com
Thu Dec 21 06:49:53 UTC 2017
Signed-off-by: Rhys Kidd <rhyskidd at gmail.com>
---
completions/bash/piglit | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/completions/bash/piglit b/completions/bash/piglit
index 330bfd162..08d7b2768 100644
--- a/completions/bash/piglit
+++ b/completions/bash/piglit
@@ -50,10 +50,11 @@ __piglit_run() {
local with_args=("-f" "--config" "-b" "--backend" "--junit_suffix"
"-l" "--log-level" "--test-list" "-n" "--name"
"-p" "--platform")
- local profiles=("all" "cl" "cpu" "cts" "deqp_gles2" "deqp_gles3"
- "deqp_gles31" "glslparser" "gpu" "igt" "llvmpipe"
- "oglconform" "quick_cl" "quick" "sanity" "shader"
- "xts" "xts-render")
+ local profiles=("all" "cl" "cpu" "cts_gl" "cts_gl45" "cts_gles" "deqp_egl"
+ "deqp_gles2" "deqp_gles3" "deqp_gles31" "deqp_vk"
+ "es3conform" "glslparser" "gpu" "igt" "khr_gl" "khr_gl45"
+ "llvmpipe" "no_error" "oglconform" "quick" "quick_cl"
+ "sanity" "shader" "xts" "xts-render")
# If the argument begins with - then just show the -* options
if [[ "$cur" == -* ]]; then
--
2.14.1
More information about the Piglit
mailing list