Home
last modified time | relevance | path

Searched refs:base_cmd (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
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/
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,
Dtest_cmd_line.py213 base_cmd = [sys.executable, '-c', code]