From 6516070ad0a69e4ef1beb1c3e94725bb5779a703 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Fri, 22 May 2020 00:28:27 +0200 Subject: Fix tipo --- test/utils/testset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/utils/testset.py') diff --git a/test/utils/testset.py b/test/utils/testset.py index eee0e6f7..2bdb7450 100644 --- a/test/utils/testset.py +++ b/test/utils/testset.py @@ -203,7 +203,7 @@ class TestSet(object): try: os.remove(product) except OSError: - print("Cleanning error: Unable to remove %s" % product) + print("Cleaning error: Unable to remove %s" % product) def add_additional_args(self, args): """Add arguments to used on the test command line -- cgit 1.4.1