From c7625cdfab71248ced7e4623b7fc1cf4ca97db52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Sat, 2 Feb 2019 05:48:43 +0100 Subject: tests/integration/project: Add tests directory to split rule This is required to fix tests with the following commit that changes list_relative_paths() to return all directories. --- tests/integration/project/project.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/project/project.conf b/tests/integration/project/project.conf index 726f65686..ddfe47b6d 100644 --- a/tests/integration/project/project.conf +++ b/tests/integration/project/project.conf @@ -17,5 +17,7 @@ options: - aarch64 split-rules: test: + - | + /tests - | /tests/* -- cgit v1.2.1