Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03e1e28c authored by Brett Chabot's avatar Brett Chabot Committed by The Android Open Source Project
Browse files

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
parent e253d822
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -975,7 +975,7 @@ function runtest()
}

# simple shortcut to the runtest.py command
function runtest.py()
function runtest_py()
{
    T=$(gettop)
    if [ ! "$T" ]; then