diff options
author | J Pipkin <j@dawnrazor.net> | 2013-01-16 02:16:01 -0600 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2013-01-16 02:16:01 -0600 |
commit | fe877256d11b044b70bb00fa6a2a24bd3e9f2f8c (patch) | |
tree | fe3f2c97e113906af6ee1bedd4ffc1642a95702d /tools | |
parent | 0b6e4d15a1b0c42da53a2f16b545e06df999a6cc (diff) | |
download | sbotools-fe877256d11b044b70bb00fa6a2a24bd3e9f2f8c.tar.xz |
tools/masstest_sbo.sh, build queue -> install queue
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/masstest_sbo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |