Add validate-unpackfsc-1 to the XFAIL list.

This commit is contained in:
Simon Quigley 2025-02-22 13:11:56 -06:00
parent 8899e5707c
commit 27597acbfa
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
calamares (3.3.14-0ubuntu3) plucky; urgency=medium
* Add validate-unpackfsc-1 to the XFAIL list.
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 22 Feb 2025 13:11:52 -0600
calamares (3.3.14-0ubuntu2) plucky; urgency=medium calamares (3.3.14-0ubuntu2) plucky; 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

2
debian/tests/main vendored
View File

@ -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|validate-unpackfsc-unpackfsc|partitioncreatelayoutstest|userstest|hostinfotest)$' ctest -j$(nproc) -V -E '^(test_libcalamaresuipaste|validate-unpackfsc|validate-unpackfsc-unpackfsc|validate-unpackfsc-1|partitioncreatelayoutstest|userstest|hostinfotest)$'