Changeset 542bb708


Ignore:
Timestamp:
12/14/2020 01:45:11 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a26e9db
Parents:
6aa48d38
Message:

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

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23978 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    r6aa48d38 r542bb708  
    233233    <para>
    234234      <application>qemu</application> uses <command>ninja</command> as
    235       a subprocess when building.  To run the tests, run:
    236     </para>
    237 
    238 <screen role="testing"><userinput>cd build   &amp;&amp;
    239 ninja test &amp;&amp;
    240 cd ..</userinput></screen>
     235      a subprocess when building.  To run the tests, issue:
     236      <command>ninja test</command>.
     237    </para>
    241238
    242239    <para>
     
    265262    <note>
    266263      <para>
    267       For convenience you may want to create a symbolic link to run
    268       the installed program. For instance:
    269     </para>
     264        For convenience you may want to create a symbolic link to run
     265        the installed program. For instance:
     266      </para>
    270267
    271268<screen role="root"><userinput>ln -sv qemu-system-`uname -m` /usr/bin/qemu</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.