summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMisono Tomohiro <misono.tm@gmail.com>2020-07-25 01:53:26 +0900
committerPavel Hrdina <phrdina@redhat.com>2020-07-24 19:23:29 +0200
commitd773c4d934c988f2d9234ac527289343ad05a0c8 (patch)
treee3d08d7ad600fbd89af61d5b98ec18937d28efdc /CONTRIBUTING.md
parenteeb40b402a8a619b78a7f493cccdb69714f3ad07 (diff)
downloadvirt-manager-d773c4d934c988f2d9234ac527289343ad05a0c8.tar.gz
CONTRIBUTING: Fix uitests test name
--uitest does not work as expected. Signed-off-by: Misono Tomohiro <misono.tm@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6500ea35..c3595921 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -108,7 +108,7 @@ Translations are handled through the Weblate instance hosted by the Fedora Proje
There's a few standalone specialty tests:
```sh
-pytest --uitest # dogtail UI test suite. This takes over your desktop
+pytest --uitests # dogtail UI test suite. This takes over your desktop
pytest tests/test_urls.py # Test fetching media from live distro URLs
pytest tests/test_inject.py # Test live virt-install --initrd-inject
```