Skip to content

Commit 2d02173

Browse files
committed
Reflect rename of BUILDMASTER_TEST to BUILDBOT_TEST
1 parent 9afcc29 commit 2d02173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/HowToAddABuilder.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,13 @@ In order to use this "local testing" mode:
215215
ln -s /path/to/checkout/of/llvm-zorg/buildbot/osuosl/master/master.cfg .
216216
ln -s /path/to/checkout/of/llvm-zorg/buildbot/osuosl/master/config/ .
217217
ln -s /path/to/checkout/of/llvm-zorg/zorg/ .
218-
BUILDMASTER_TEST=1 buildbot checkconfig
218+
BUILDBOT_TEST=1 buildbot checkconfig
219219
220220
* Start the buildmaster.
221221

222222
.. code-block:: bash
223223
224-
BUILDMASTER_TEST=1 buildbot start --nodaemon .
224+
BUILDBOT_TEST=1 buildbot start --nodaemon .
225225
226226
* After waiting a few seconds for startup to complete, you should be able to
227227
open the web UI at ``http://localhost:8011``. If there are any errors or

0 commit comments

Comments
 (0)