Changeset f15d31df


Ignore:
Timestamp:
01/15/2023 08:06:37 AM (17 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
5b6873f4
Parents:
3ca8be3
Message:

Use remap as in the template for rust tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r3ca8be3 rf15d31df  
    369369      To run the tests (again using all available CPUs) issue:
    370370    </para>
    371       <!-- screen with nodump to lay it out on multiple lines -->
    372 <screen role="nodump">export LD_LIBRARY_PATH=$PWD/build/x86_64-unknown-linux-gnu/stage1/lib/ &amp;&amp;
    373   python3 ./x.py test --verbose --no-fail-fast |
    374     tee rustc-testlog ;
    375 unset LD_LIBRARY_PATH</screen>
     371
     372<screen remap="test"><userinput>export LD_LIBRARY_PATH=$PWD/build/x86_64-unknown-linux-gnu/stage1/lib/ &amp;&amp;
     373python3 ./x.py test --verbose --no-fail-fast | tee rustc-testlog
     374unset LD_LIBRARY_PATH</userinput></screen>
    376375
    377376    <para>
Note: See TracChangeset for help on using the changeset viewer.