summaryrefslogtreecommitdiffstats
path: root/src/script/scons-time.py
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-03-27 14:37:31 (GMT)
committerMats Wichmann <mats@linux.com>2019-03-29 17:54:27 (GMT)
commitef365f18a6ab6917530be9c96ea58267fe8eba83 (patch)
tree47ead2b9aa5cf9a44f8820b5a2a66c1e344a3af2 /src/script/scons-time.py
parent28a67f3f306a36cca22e436928dfd31a1e558ea3 (diff)
downloadSCons-ef365f18a6ab6917530be9c96ea58267fe8eba83.zip
SCons-ef365f18a6ab6917530be9c96ea58267fe8eba83.tar.gz
SCons-ef365f18a6ab6917530be9c96ea58267fe8eba83.tar.bz2
[PR #3330] do not use shell in subproc calls
The various instances of subprocess.Popen call with shell=True, but this is not necessary, the test command lines don't depend on any shell processing and are complete as constructed. With shell=False, send a list of command words instead of a single string. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'src/script/scons-time.py')
0 files changed, 0 insertions, 0 deletions