We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc3221 commit 15651b9Copy full SHA for 15651b9
Library/test-helpers/lib.sh
@@ -1541,11 +1541,11 @@ Returns 0 when the start was successful, 1 otherwise.
1541
1542
limeWaitForAgentStatus() {
1543
local FIELD='operational_state'
1544
+ [ "$1" == "--field" ] && FIELD="$2" && shift 2
1545
local TIMEOUT=${limeTIMEOUT}
1546
local UUID="$1"
1547
local VALUE="$2"
1548
local OUTPUT=`mktemp`
- [ "$1" == "--field" ] && FIELD="$2" && shift 2
1549
[ -z "$1" ] && return 3
1550
[ -z "$2" ] && return 4
1551
[ -n "$3" ] && TIMEOUT=$3
0 commit comments