Home
last modified time | relevance | path

Searched refs:base_cmd (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtest-suite329 base_cmd=$1
331 if [ "$i" = "$base_cmd" ] ; then
390 eval $pre_cmd $default_path/$base_cmd $default_args "$@" \
/third_party/python/Lib/test/
H A Dtest_gdb.py101 base_cmd = ('gdb', '--batch', '-nx')
103 base_cmd += ('-iex', 'add-auto-load-safe-path ' + checkout_hook_path)
104 proc = subprocess.Popen(base_cmd + args,

Completed in 3 milliseconds