[gnome-build-meta.wiki] Update OpenQA for GNOME developers - remove extra space before commands



commit aa4591239858384339d1a84d8a6623b2cd8fc895
Author: Sam Thursfield <sam afuera me uk>
Date:   Thu Nov 4 11:42:02 2021 +0000

    Update OpenQA for GNOME developers - remove extra space before commands

 openqa/OpenQA-for-GNOME-developers.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/openqa/OpenQA-for-GNOME-developers.md b/openqa/OpenQA-for-GNOME-developers.md
index 37d820c..8d55156 100644
--- a/openqa/OpenQA-for-GNOME-developers.md
+++ b/openqa/OpenQA-for-GNOME-developers.md
@@ -92,19 +92,19 @@ When adding or debugging tests you probably don't want to wait for a full Gitlab
 
 5. Run this command inside the gnome-build-meta clone to start the openqa_worker image:
 
-        podman run --name openqa --privileged -it \
-            -v ./openqa:/tests -v ./installer.iso:/installer.iso \
-            --entrypoint isotovideo quay.io/ssssam/openqa_worker  \
-            $(jq -jr 'keys[] as $k | "\($k)=\(.[$k]) "'  < vars.json) \
-            CASEDIR=/tests
+       podman run --name openqa --privileged -it \
+           -v ./openqa:/tests -v ./installer.iso:/installer.iso \
+           --entrypoint isotovideo quay.io/ssssam/openqa_worker  \
+           $(jq -jr 'keys[] as $k | "\($k)=\(.[$k]) "'  < vars.json) \
+           CASEDIR=/tests
 
     The test log will be written to stdout, the other data is still inside the container.
 
 6. Copy the test results and video out of the container:
 
-        podman cp openqa:/testresults ./testresults 
-        podman cp openqa:/video.ogv .
-        # See all files in the container by running: podman export 12345678abc | tar -v -t | less
+       podman cp openqa:/testresults ./testresults 
+       podman cp openqa:/video.ogv .
+       # See all files in the container by running: podman export 12345678abc | tar -v -t | less
 
 7. Remove the container with `podman rm openqa` when you are done.
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]