From 6744437cd61cfd4ef400bebe6f382afea2fd9ced Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 6 Sep 2023 21:44:58 -0400 Subject: README.md: use console rather than sh --- README.md | 22 +++++++++++----------- 1 file 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 -- cgit v1.2.3