We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afcc29 commit 2d02173Copy full SHA for 2d02173
llvm/docs/HowToAddABuilder.rst
@@ -215,13 +215,13 @@ In order to use this "local testing" mode:
215
ln -s /path/to/checkout/of/llvm-zorg/buildbot/osuosl/master/master.cfg .
216
ln -s /path/to/checkout/of/llvm-zorg/buildbot/osuosl/master/config/ .
217
ln -s /path/to/checkout/of/llvm-zorg/zorg/ .
218
- BUILDMASTER_TEST=1 buildbot checkconfig
+ BUILDBOT_TEST=1 buildbot checkconfig
219
220
* Start the buildmaster.
221
222
.. code-block:: bash
223
224
- BUILDMASTER_TEST=1 buildbot start --nodaemon .
+ BUILDBOT_TEST=1 buildbot start --nodaemon .
225
226
* After waiting a few seconds for startup to complete, you should be able to
227
open the web UI at ``http://localhost:8011``. If there are any errors or
0 commit comments