Skip to content

Commit

Permalink
Dev: test: check first booth, then CIB in check_cib
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuhamedagic committed Mar 16, 2015
1 parent 4e1c8ae commit d5ac11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/live_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,9 @@ EOF
check_cib() {
local exp_grantee=$1 cib_grantee booth_grantee
local rc=0 pending
cib_grantee=`check_cib_consistency`
booth_grantee=`booth_where_granted`
pending=$?
cib_grantee=`check_cib_consistency`
if [ $pending -eq 0 ]; then
[ "$cib_grantee" = "$booth_grantee" ]
rc=$?
Expand Down

0 comments on commit d5ac11e

Please sign in to comment.