From 27597acbfa0503606b2e1669859a0cb142da9e3d Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 22 Feb 2025 13:11:56 -0600 Subject: [PATCH] Add validate-unpackfsc-1 to the XFAIL list. --- debian/changelog | 6 ++++++ debian/tests/main | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b34e448..b164f14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares (3.3.14-0ubuntu3) plucky; urgency=medium + + * Add validate-unpackfsc-1 to the XFAIL list. + + -- Simon Quigley Sat, 22 Feb 2025 13:11:52 -0600 + calamares (3.3.14-0ubuntu2) plucky; urgency=medium * Add some Breaks/Replaces for the odd case where Calamares is already diff --git a/debian/tests/main b/debian/tests/main index adb776f..e25dfa8 100755 --- a/debian/tests/main +++ b/debian/tests/main @@ -4,4 +4,4 @@ set -ex 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 && 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)$'