From e6dcdedc24310b44377ba4ddfebf4d1d98b16254 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 28 Nov 2023 17:07:58 +0100 Subject: [PATCH] Fix test setup Signed-off-by: Adrian Reber --- criu.spec | 5 ++++- tests/run-zdtm.sh | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/criu.spec b/criu.spec index 96b53cd..fc7c466 100644 --- a/criu.spec +++ b/criu.spec @@ -12,7 +12,7 @@ Name: criu Version: 3.19 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for Checkpoint/Restore in User-space License: GPL-2.0-only AND LGPL-2.1-only AND MIT URL: http://criu.org/ @@ -156,6 +156,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libcriu.a %doc %{_mandir}/man1/criu-ns.1* %changelog +* Tue Nov 28 2023 Adrian Reber - 3.19-2 +- Fix test setup + * Tue Nov 28 2023 Adrian Reber - 3.19-1 - Update to 3.19 diff --git a/tests/run-zdtm.sh b/tests/run-zdtm.sh index 58a1143..56fc8ec 100755 --- a/tests/run-zdtm.sh +++ b/tests/run-zdtm.sh @@ -18,6 +18,9 @@ EXCLUDES=" \ -x zdtm/static/netns_sub \ -x zdtm/static/netns_sub_veth \ -x zdtm/static/file_locks01 \ + -x zdtm/static/mntns_link_remap \ + -x zdtm/static/unlink_fstat03 \ + -x zdtm/static/unlink_regular00 \ -x zdtm/static/cgroup02 " run_test() {