commit fe877256d11b044b70bb00fa6a2a24bd3e9f2f8c
parent 0b6e4d15a1b0c42da53a2f16b545e06df999a6cc
Author: J Pipkin <j@dawnrazor.net>
Date: Wed, 16 Jan 2013 02:16:01 -0600
tools/masstest_sbo.sh, build queue -> install queue
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/masstest_sbo.sh b/tools/masstest_sbo.sh
@@ -40,7 +40,7 @@ function build_things() {
*) OLOG=~/else.fail.log
esac
if [[ "$OLOG" != "" ]]; then
- if ! grep -q "^$1 added to build queue.$" $OLOG; then
+ if ! grep -q "^$1 added to install queue.$" $OLOG; then
echo "" >> $OLOG
cat $TLOG >> $OLOG
fi