Merge "Remove $(dirname $0) from devtest.sh docs."

This commit is contained in:
Jenkins 2014-03-17 00:13:01 +00:00 committed by Gerrit Code Review
commit 3fca86e7ef
1 changed files with 5 additions and 3 deletions

View File

@ -130,16 +130,18 @@ fi
### --include
## #. See :doc:`devtest_variables` for documentation::
## #. See :doc:`devtest_variables` for documentation. Assuming you're still at
## the root of your checkout::
source $(dirname $0)/devtest_variables.sh
## source scripts/devtest_variables.sh
source $(dirname $0)/devtest_variables.sh #nodocs
## #. See :doc:`devtest_setup` for documentation.
## $CONTINUE should be set to '--trash-my-machine' to have it execute
## unattended.
## ::
$(dirname $0)/devtest_setup.sh $CONTINUE
devtest_setup.sh $CONTINUE
## #. See :doc:`devtest_testenv` for documentation. Note that you can make
## your test environment just once and reuse it thereafter.