summaryrefslogtreecommitdiff
path: root/tests/functional-tests/07-graph.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional-tests/07-graph.py')
-rw-r--r--[-rwxr-xr-x]tests/functional-tests/07-graph.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/functional-tests/07-graph.py b/tests/functional-tests/07-graph.py
index d9d173bcd..c1a6e8697 100755..100644
--- a/tests/functional-tests/07-graph.py
+++ b/tests/functional-tests/07-graph.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python3
-#
# Copyright (C) 2010, Nokia <ivan.frade@nokia.com>
# Copyright (C) 2019, Sam Thursfield <sam@afuera.me.uk>
#
@@ -147,4 +145,4 @@ class TestGraphs (CommonTrackerStoreTest):
if __name__ == '__main__':
- ut.main()
+ ut.main(verbosity=2)