From fe877256d11b044b70bb00fa6a2a24bd3e9f2f8c Mon Sep 17 00:00:00 2001 From: J Pipkin Date: Wed, 16 Jan 2013 02:16:01 -0600 Subject: tools/masstest_sbo.sh, build queue -> install queue --- tools/masstest_sbo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/masstest_sbo.sh b/tools/masstest_sbo.sh index 3449cee..4762214 100755 --- 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 -- cgit v1.2.3