summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2023-09-06 21:44:58 -0400
committerMatt Turner <mattst88@gmail.com>2023-09-06 21:44:58 -0400
commit6744437cd61cfd4ef400bebe6f382afea2fd9ced (patch)
tree1581a22716cc2b718c8ad5f897cbcde7d7c30de3
parent108e36aa107b273b6a06ab1c2ed0c6ca981d9ab3 (diff)
README.md: use console rather than sh
-rw-r--r--README.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index c2573b3..b400975 100644
--- a/README.md
+++ b/README.md
@@ -18,15 +18,15 @@ A collection of scripts to build and test [Mesa](https://www.mesa3d.org/) withou
### Configure and build debug build
-```sh
-mesa-debug configure
-nj debug install
+```console
+$ mesa-debug configure
+$ nj debug install
```
### Run program with local Mesa build
-```sh
-mesa-debug glxinfo
+```console
+$ mesa-debug glxinfo
```
### Run dEQP
@@ -37,20 +37,20 @@ On desktop Linux, `deqp-run` should be run from a git checkout of [VK-GL-CTS](ht
#### Single test
-```sh
-deqp-run dEQP-VK.graphicsfuzz.spv-stable-pillars-volatile-nontemporal-store
+```console
+$ deqp-run dEQP-VK.graphicsfuzz.spv-stable-pillars-volatile-nontemporal-store
```
#### Test suite
-```sh
-deqp-run vk
+```console
+$ deqp-run vk
```
### Make Markdown table of dEQP test results
-```sh
-deqp-results-to-markdown
+```console
+$ deqp-results-to-markdown
```
#### Example output