mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
deptest: Capitalize failure message. Makes it easier to spot in the logs.
SVN-Revision: 23855
This commit is contained in:
parent
9c0c9caaff
commit
bf274946af
@ -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 New Issue
Block a user