mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-08-13 01:34:04 +00:00
Add more tests to the XFAIL list for the autopkgtest.
This commit is contained in:
parent
60f99f9561
commit
3c922e46cd
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ calamares (3.3.14-0ubuntu2) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
* Add some Breaks/Replaces for the odd case where Calamares is already
|
* Add some Breaks/Replaces for the odd case where Calamares is already
|
||||||
installed. Drop this after 26.04 LTS.
|
installed. Drop this after 26.04 LTS.
|
||||||
|
* Add more tests to the XFAIL list for the autopkgtest.
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 22 Feb 2025 09:19:06 -0600
|
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 22 Feb 2025 09:19:06 -0600
|
||||||
|
|
||||||
|
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -1,3 +1,3 @@
|
|||||||
Tests: main
|
Tests: main
|
||||||
Depends: @builddeps@
|
Depends: @builddeps@
|
||||||
Restrictions: isolation-machine, allow-stderr
|
Restrictions: isolation-container, allow-stderr
|
||||||
|
2
debian/tests/main
vendored
2
debian/tests/main
vendored
@ -4,4 +4,4 @@ set -ex
|
|||||||
mkdir build && cd build &&
|
mkdir build && cd build &&
|
||||||
cmake .. -DWITH_PYBIND11=OFF -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_APPDATA=ON -DBUILD_APPSTREAM=ON -DINSTALL_COMPLETION=ON -DWITH_QT6=ON -DBUILD_TESTING=ON -DBUILD_SCHEMA_TESTING=ON &&
|
cmake .. -DWITH_PYBIND11=OFF -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_APPDATA=ON -DBUILD_APPSTREAM=ON -DINSTALL_COMPLETION=ON -DWITH_QT6=ON -DBUILD_TESTING=ON -DBUILD_SCHEMA_TESTING=ON &&
|
||||||
make -j$(nproc) &&
|
make -j$(nproc) &&
|
||||||
ctest -j$(nproc) -V -E '^(test_libcalamaresuipaste|validate-unpackfsc(-unpackfsc|-1))$'
|
ctest -j$(nproc) -V -E '^(test_libcalamaresuipaste|validate-unpackfsc|validate-unpackfsc-unpackfsc|partitioncreatelayoutstest|userstest|hostinfotest)$'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user