summaryrefslogtreecommitdiffstats
path: root/test/pacman/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/util.py')
-rw-r--r--test/pacman/util.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/pacman/util.py b/test/pacman/util.py
index 65540ed3..14035d76 100644
--- a/test/pacman/util.py
+++ b/test/pacman/util.py
@@ -21,6 +21,8 @@ import os
import re
import hashlib
+import tap
+
SELFPATH = os.path.abspath(os.path.dirname(__file__))
# ALPM
@@ -43,7 +45,7 @@ verbose = 0
def vprint(msg):
if verbose:
- print msg
+ tap.diag(msg)
#
# Methods to generate files