Skip to content
Snippets Groups Projects
Commit 3fa9b3c5 authored by Julien Signoles's avatar Julien Signoles
Browse files

[testrun] remove meaningless message in non-debug mode

parent b86af3ac
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,9 @@ RUNS=1
# Error reporting
error() {
echo "Error: $1" 1>&2
echo "See $2 for details" 1>&2
if [ -n "$DEBUG" ]; then
echo "See $2 for details" 1>&2
fi
exit 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment