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:
@@ -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