summaryrefslogtreecommitdiffstats
path: root/runtests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtests.sh b/runtests.sh
index 2f3fbbf..663211a 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -28,7 +28,7 @@ else
# pre-2.7 unittest doesn't offer test discovery, use external unittest2
CMD="unit2"
fi
-DEBUG="|& sed 's|\(.*\)DEBUG:.*|\1|' | grep -v '^[ ]*$'"
+DEBUG="env LOGLEVEL=WARNING"
VERBOSE=1
ACC=
while [ $# -gt 0 ]; do
@@ -54,4 +54,4 @@ fi
if [ ! -t 0 ]; then
COLORIZE=
fi
-eval "$CMD $ACC $DEBUG $COLORIZE"
+eval "$DEBUG $CMD $ACC $COLORIZE"