Author: pierre
Date: Mon Dec 14 05:45:11 2020
New Revision: 23978

Log:
When running tests in qemu, the working directory is already build;
no need to cd to it.

Modified:
   trunk/BOOK/postlfs/virtualization/qemu.xml

Modified: trunk/BOOK/postlfs/virtualization/qemu.xml
==============================================================================
--- trunk/BOOK/postlfs/virtualization/qemu.xml  Sun Dec 13 15:48:30 2020        
(r23977)
+++ trunk/BOOK/postlfs/virtualization/qemu.xml  Mon Dec 14 05:45:11 2020        
(r23978)
@@ -232,13 +232,10 @@
 
     <para>
       <application>qemu</application> uses <command>ninja</command> as
-      a subprocess when building.  To run the tests, run:
+      a subprocess when building.  To run the tests, issue:
+      <command>ninja test</command>.
     </para>
 
-<screen role="testing"><userinput>cd build   &amp;&amp;
-ninja test &amp;&amp;
-cd ..</userinput></screen>
-
     <para>
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
@@ -264,9 +261,9 @@
 
     <note>
       <para>
-      For convenience you may want to create a symbolic link to run
-      the installed program. For instance:
-    </para>
+        For convenience you may want to create a symbolic link to run
+        the installed program. For instance:
+      </para>
 
 <screen role="root"><userinput>ln -sv qemu-system-`uname -m` 
/usr/bin/qemu</userinput></screen>
     </note>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to