deptest: Capitalize failure message. Makes it easier to spot in the logs.
SVN-Revision: 23855
This commit is contained in:
parent
9c0c9caaff
commit
bf274946af
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue