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:
Brett Chabot 2009-03-31 14:53:34 -07:00 committed by The Android Open Source Project
parent e253d822dd
commit 03e1e28c19
1 changed files with 1 additions and 1 deletions

View File

@ -975,7 +975,7 @@ function runtest()
}
# simple shortcut to the runtest.py command
function runtest.py()
function runtest_py()
{
T=$(gettop)
if [ ! "$T" ]; then