From d24605bd33205c15874d32dcad69cc98df3b824e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Tue, 13 Mar 2018 15:02:51 +0100 Subject: [PATCH] Fixed warning status code of partitions test. --- tests/test_partitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_partitions.py b/tests/test_partitions.py index d7f0fc22..eb980dee 100755 --- a/tests/test_partitions.py +++ b/tests/test_partitions.py @@ -149,7 +149,7 @@ if error: code = 1 elif warning: print('Some warnings were found.') - code = 2 + code = 3 else: print(GREEN + 'All OK.' + DEF) code = 0 -- GitLab