projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9edb0fd
)
deptest: Capitalize failure message. Makes it easier to spot in the logs.
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 4 Nov 2010 11:30:10 +0000
(11:30 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 4 Nov 2010 11:30:10 +0000
(11:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23855
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/deptest.sh
patch
|
blob
|
history
diff --git
a/scripts/deptest.sh
b/scripts/deptest.sh
index
7da382d
..
938094b
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
}
This page took
0.023528 seconds
and
4
git commands to generate.