forked from openkylin/platform_build
AI 143784: am: CL 143737 Fix kernel build: remove the '.' from runtest.py shortcut
Original author: brettchabot Merged from: //branches/cupcake/... Automated import of CL 143784
This commit is contained in:
parent
e253d822dd
commit
03e1e28c19
|
@ -975,7 +975,7 @@ function runtest()
|
||||||
}
|
}
|
||||||
|
|
||||||
# simple shortcut to the runtest.py command
|
# simple shortcut to the runtest.py command
|
||||||
function runtest.py()
|
function runtest_py()
|
||||||
{
|
{
|
||||||
T=$(gettop)
|
T=$(gettop)
|
||||||
if [ ! "$T" ]; then
|
if [ ! "$T" ]; then
|
||||||
|
|
Loading…
Reference in New Issue