am 7627a373: am 5449e457: Merge change I3fb149d2 into eclair

Merge commit '7627a373f393e379a7fb80da8ea84081692db823' into eclair-mr2-plus-aosp

* commit '7627a373f393e379a7fb80da8ea84081692db823':
  Remove 'cd top' step from envsetup runtest shortcut.
This commit is contained in:
Brett Chabot
2009-10-22 14:22:43 -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 () {