ct-ng.comp
changeset 3320 78af1c99bc6d
parent 3167 15f57d843296
     1.1 --- a/ct-ng.comp	Tue Jan 22 00:34:15 2013 +0100
     1.2 +++ b/ct-ng.comp	Sun May 11 23:43:52 2014 +0200
     1.3 @@ -9,6 +9,7 @@
     1.4      samples=$( "${COMP_WORDS[0]}" list-samples-short 2>/dev/null )
     1.5      show_samples=$(echo "${samples}" |sed -r -e 's/(^| )/\1show-/g;')
     1.6      build_samples=$(echo "${samples}" |sed -r -e 's/(^| )/\1build-/g;')
     1.7 +    check_samples=$(echo "${samples}" |sed -r -e 's/(^| )/\1check-/g;')
     1.8  
     1.9      steps=$(${COMP_WORDS[0]} list-steps 2>/dev/null |awk '$1 == "-" { print $2; }')
    1.10      start_steps=$(echo "${steps}" |sed -r -e 's/($| )/\1+/;')
    1.11 @@ -17,14 +18,15 @@
    1.12      actions='help menuconfig oldconfig saveconfig extractconfig
    1.13               defconfig savedefconfig
    1.14               build build. build-all build-all.
    1.15 -             wiki-samples list-samples list-samples-short list-steps
    1.16 +             wiki-samples list-samples list-samples-short check-samples
    1.17 +             list-steps
    1.18               show-tuple show-all show-config
    1.19               clean distclean updatetools
    1.20               tarball version'
    1.21  
    1.22      vars="RESTART= STOP= PREFIX= V= DEFCONFIG="
    1.23  
    1.24 -    ct_ng_opts="${samples} ${show_samples} ${build_samples}
    1.25 +    ct_ng_opts="${samples} ${show_samples} ${build_samples} ${check_samples}
    1.26                  ${steps} ${start_steps} ${stop_steps}
    1.27                  ${actions} ${vars}"
    1.28