Changeset a0f16e7 for postlfs


Ignore:
Timestamp:
11/13/2023 02:01:07 PM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
9233a26
Parents:
498c00c
Message:

vim: Add a method to run the tests with vimrc hidden using bubblewrap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    r498c00c ra0f16e7  
    156156        tests may complain about being unable to find the corresponding
    157157        directory and wait for user input. If this is the case, this file
    158         should be saved and removed before running the tests.
     158        should be saved and removed before running the tests.  Or if
     159        <xref linkend='bubblewrap'/> is installed, it's also possible to
     160        create a lightweight container environment where this file is hidden
     161        and run the tests in the container.
    159162      </para>
    160163    </note>
    161164
    162165    <para>
    163       To test the results, issue: <command>make -j1 test</command>.
     166      To test the results, issue: <command>make -j1 test</command>, or
     167      <command>bwrap --dev-bind / / --dev-bind /dev/null /etc/vimrc make -j1
     168      test</command> if running the tests with <xref linkend='bubblewrap'/>
     169      and <filename>/etc/vimrc</filename> hidden.
    164170      Even if one of the tests fails to produce the file
    165171      <filename>test.out</filename> in <filename
Note: See TracChangeset for help on using the changeset viewer.