From 4d5a69509ce2bb11a30bd2557731287f5292aef8 Mon Sep 17 00:00:00 2001
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Sat, 6 Apr 2024 01:15:30 +0200
Subject: tests: Disable parallelism

The makefile pieces are not ready for this.
---
 tests/Makefrag.am | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'tests')

diff --git a/tests/Makefrag.am b/tests/Makefrag.am
index cb9ddb6b..e82ef3e1 100644
--- a/tests/Makefrag.am
+++ b/tests/Makefrag.am
@@ -22,6 +22,8 @@
 
 if !PLATFORM_xen
 
+.NOTPARALLEL: check
+
 include tests/user-qemu.mk
 
 TESTS += \
-- 
cgit v1.2.3