projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c0c9ca
)
deptest: Capitalize failure message. Makes it easier to spot in the logs.
author
Michael Büsch
<mb@bu3sch.de>
Thu, 4 Nov 2010 11:30:10 +0000
(11:30 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Thu, 4 Nov 2010 11:30:10 +0000
(11:30 +0000)
SVN-Revision: 23855
scripts/deptest.sh
patch
|
blob
|
history
diff --git
a/scripts/deptest.sh
b/scripts/deptest.sh
index 7da382d954ed02d04955aad49af486cce7a7e1ab..938094b877b150feeeed253d573523c056cd2793 100755
(executable)
--- a/
scripts/deptest.sh
+++ b/
scripts/deptest.sh
@@
-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
}