fixed bug in runner for wildchar matching v0.2
authorJF Ding <jian-feng.ding@intel.com>
Thu, 9 Feb 2012 12:10:33 +0000 (20:10 +0800)
committerJF Ding <jian-feng.ding@intel.com>
Thu, 9 Feb 2012 12:10:33 +0000 (20:10 +0800)
commit317ca354e390cc06bdcdc77857f2de7593292ecd
tree75a89825813cec805ed69ebadd545a553464cbe5
parentf37c3434f3d01a66737a19d4bf5cb14b6ec9cb18
fixed bug in runner for wildchar matching

e.g. the old one cannot handle 'ls *' properly, we need the
'shell=True' option of subprocess module to handle wildchars
automatically.
gitbuildsys/runner.py