summaryrefslogtreecommitdiffstats
path: root/tester/run
diff options
context:
space:
mode:
Diffstat (limited to 'tester/run')
-rwxr-xr-xtester/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/run b/tester/run
index 2aa9835..d892a7c 100755
--- a/tester/run
+++ b/tester/run
@@ -50,7 +50,7 @@ info()
die()
{
echo "$@" >&2
- echo "exit_status: 2" >> "$DTF_RESULTS_YML"
+ echo 2>/dev/null "exit_status: 2" >> "$DTF_RESULTS_YML"
exit 2
}