From 600c49b4371b2eed140033b8415e7479c6ac310f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Loi=CC=88c=20Correnson?= <loic.correnson@cea.fr>
Date: Tue, 24 Mar 2020 09:41:04 +0100
Subject: [PATCH] [wp] makes wp-qualif using global cache

---
 src/plugins/wp/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/plugins/wp/Makefile.in b/src/plugins/wp/Makefile.in
index dbc864efc90..78a1e1f406a 100644
--- a/src/plugins/wp/Makefile.in
+++ b/src/plugins/wp/Makefile.in
@@ -173,6 +173,7 @@ wp-qualif-update: ./bin/toplevel.opt ./bin/ptests.opt $(WP_CACHE_DIR)
 	git -C $(WP_CACHE_DIR) pull --rebase --prune
 	FRAMAC_WP_CACHE=update \
 	./bin/ptests.opt src/plugins/wp/tests -config qualif -error-code
+	git -C $(WP_CACHE_DIR) status -s -b
 
 wp-qualif-upgrade: ./bin/toplevel.opt ./bin/ptests.opt
 	git -C $(WP_CACHE_DIR) pull --rebase --prune
-- 
GitLab