util-linux: Create a dummy /etc/fstab to satisfy two tests

python: Document test failures with recent expat
kernel: Regenerate kernel config with 6.8.2
This commit is contained in:
Poltern 2024-04-09 17:27:49 +05:00
parent e1f1e0d226
commit 2434ce3f60
3 changed files with 13 additions and 3 deletions

View File

@ -90,6 +90,9 @@
автоматически перезапускает неудачно завершённые тесты. Если сначала тест не пройден, но
пройден при повторном запуске, его следует считать пройденным.</para>
<para>Известно, что два теста с именами <filename>test_xml_etree</filename> и
<filename>test_xml_etree_c</filename> завершаются неудачно с expat-2.6.0 или новее.</para>
<para>Установите пакет:</para>
<screen><userinput remap="install">make install</userinput></screen>

View File

@ -91,7 +91,13 @@
<screen><userinput remap="make">make</userinput></screen>
<para>По желанию запустите набор тестов от имени пользователя без полномочий &root;:</para>
<!-- To editors:
Two tests need a /etc/fstab file. They are skipped if the host
distro isn't using systemd as the init system, so don't remove
the creation of /etc/fstab unless you've tested it with such a
host distro (for example LFS systemd or Debian). -->
<para>По желанию создайте фиктивный файл <filename>/etc/fstab</filename> для выполнения двух
тестов и запустите набор тестов от имени пользователя без полномочий &root;:</para>
<warning><para>Запуск набора тестов от имени пользователя <systemitem class="username">root</systemitem>
может повредить вашу систему. Чтобы запустить тесты, опция CONFIG_SCSI_DEBUG для ядра должна
@ -102,7 +108,8 @@
<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
</warning>
<screen><userinput remap="test">chown -R tester .
<screen><userinput remap="test">touch /etc/fstab
chown -R tester .
su tester -c "make -k check"</userinput></screen>
<para>

View File

@ -1 +1 @@
6.7.4
6.8.2