AI 143737: Fix kernel build: remove the '.' from runtest.py shortcut
Automated import of CL 143737
This commit is contained in:

committed by
The Android Open Source Project
parent
762748cfea
commit
494efcb8fa
@@ -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
|
||||||
|
Reference in New Issue
Block a user