am 5449e457: Merge change I3fb149d2 into eclair

Merge commit '5449e457534a619f7b2aaa008024095023b801ba' into eclair-mr2

* commit '5449e457534a619f7b2aaa008024095023b801ba':
  Remove 'cd top' step from envsetup runtest shortcut.
This commit is contained in:
Brett Chabot
2009-10-22 14:12:09 -07:00
committed by Android Git Automerger

View File

@@ -967,14 +967,7 @@ function runtest()
echo "Couldn't locate the top of the tree. Try setting TOP." >&2
return
fi
(cd "$T" && development/testrunner/runtest.py $@)
}
# TODO: Remove this some time after 1 June 2009
function runtest_py()
{
echo "runtest_py is obsolete; use runtest instead" >&2
return 1
("$T"/development/testrunner/runtest.py $@)
}
function godir () {