Skip to content
Snippets Groups Projects
Commit bf274946 authored by Michael Büsch's avatar Michael Büsch
Browse files

deptest: Capitalize failure message. Makes it easier to spot in the logs.

SVN-Revision: 23855
parent 9c0c9caa
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ test_package() # $1=pkgname
touch "$STAMP_SUCCESS"
else
touch "$STAMP_FAILED"
echo "Building package $pkg failed!"
echo "Building package $pkg FAILED"
fi
}
......
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