summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2017-03-14 13:20:10 -0400
committerPaul Belanger <pabelanger@redhat.com>2017-03-15 12:21:24 -0400
commit174a8274d064ab5bd4898f747500533868a7d5db (patch)
treed890a8261818cc337769869553a294650e94678d /README.rst
parentdf8b742356e6b9169c9186e0d999b0352b79e87e (diff)
downloadzuul-174a8274d064ab5bd4898f747500533868a7d5db.tar.gz
Rename zuul-launcher to zuul-executor
To avoid confusion with nodepool-launcher, we've decided to rename zuul-launcher to zuul-executor. Change-Id: I7d03cf0f0093400f4ba2e4beb1c92694224a3e8c Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 425a6652e..84b9b7afa 100644
--- a/README.rst
+++ b/README.rst
@@ -118,7 +118,7 @@ the following:
Construct a test to fully simulate the series of events you want to
see, then run it in the foreground. For example::
- .tox/py27/bin/python -m testtools.run tests.test_scheduler.TestScheduler.test_jobs_launched
+ .tox/py27/bin/python -m testtools.run tests.test_scheduler.TestScheduler.test_jobs_executed
See TESTING.rst for more information.