[tracker-miners/sam/meson-subproject: 6/6] fixup! Allow running the functional tests without installing them



commit 50cf8802c9154c9cdc3551558b123a4415425c05
Author: Sam Thursfield <sam thursfield codethink co uk>
Date:   Wed Nov 1 18:11:21 2017 +0000

    fixup! Allow running the functional tests without installing them

 tests/functional-tests/common/utils/system.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tests/functional-tests/common/utils/system.py b/tests/functional-tests/common/utils/system.py
index b72d69d..b801ca7 100644
--- a/tests/functional-tests/common/utils/system.py
+++ b/tests/functional-tests/common/utils/system.py
@@ -186,7 +186,6 @@ class TrackerSystemAbstraction (object):
         self.tracker_writeback_testing_stop ()
 
     def __recreate_directory (self, directory):
-        print("CREATING: %s" % directory)
         if (os.path.exists (directory)):
             shutil.rmtree (directory)
         os.makedirs (directory)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]