summaryrefslogtreecommitdiffstats
path: root/tests/shell/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/run-tests.sh')
-rwxr-xr-xtests/shell/run-tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/shell/run-tests.sh b/tests/shell/run-tests.sh
index 4f0df321..e4efbb2d 100755
--- a/tests/shell/run-tests.sh
+++ b/tests/shell/run-tests.sh
@@ -16,9 +16,9 @@ _msg() {
shift
if [ "$level" = E ] ; then
- printf '%s\n' "$RED$level$RESET: $*" >&2
+ printf '%s\n' "$RED$level$RESET: $*"
elif [ "$level" = W ] ; then
- printf '%s\n' "$YELLOW$level$RESET: $*" >&2
+ printf '%s\n' "$YELLOW$level$RESET: $*"
else
printf '%s\n' "$level: $*"
fi