From d48faa492bf8282ebfb7b5e6e1326751e484253b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu> Date: Tue, 16 May 2017 19:08:21 +0200 Subject: [PATCH] print current space --- tests/test_backup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_backup.py b/tests/test_backup.py index f67e50aa..f2d2fd43 100755 --- a/tests/test_backup.py +++ b/tests/test_backup.py @@ -60,6 +60,7 @@ def test_backup_space(server): print('There is less than 20% of available space for backups') return False else: + print('There is %s%% of free space' % used_perc) return True else: print('Failed to check backup space') -- GitLab