Merge commit '7627a373f393e379a7fb80da8ea84081692db823' into eclair-mr2-plus-aosp * commit '7627a373f393e379a7fb80da8ea84081692db823': Remove 'cd top' step from envsetup runtest shortcut.
This commit is contained in:
@@ -967,14 +967,7 @@ function runtest()
|
|||||||
echo "Couldn't locate the top of the tree. Try setting TOP." >&2
|
echo "Couldn't locate the top of the tree. Try setting TOP." >&2
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
(cd "$T" && development/testrunner/runtest.py $@)
|
("$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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function godir () {
|
function godir () {
|
||||||
|
Reference in New Issue
Block a user