summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEva Pace <eba.pachi@gmail.com>2023-03-24 16:48:13 -0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-03-25 00:05:45 +0000
commit0bcc141b5e17e595251f549d22a0e200db02ec14 (patch)
treef59f8b7003e2d38e6b1074001a8cdfd6a23a8cc9 /README.md
parente8c362ee34c63f67d85aa1b702a2120e06904e4e (diff)
downloadgstreamer-0bcc141b5e17e595251f549d22a0e200db02ec14.tar.gz
README: Fix typo in test section
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4267>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ae69589c5..b4de60c0e3 100644
--- a/README.md
+++ b/README.md
@@ -312,7 +312,7 @@ $ meson compile -C builddir
You can easily run the test of all the components:
```
-meson test -C build
+meson test -C builddir
```
To list all available tests: