Correct double-and in 1412513

Failed to parse query [(message:"MismatchError: 3 != 2" OR
message:"MismatchError: 5 != 4") AND AND tags:"console" AND
build_name:"gate-cinder-python27"\n]

Change-Id: I5670115713c0786eb0ec826b60f9eb8b734477aa
This commit is contained in:
Jeremy Stanley 2015-01-26 21:08:50 +00:00
parent e9ce0d334d
commit 85fd664aa2
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
query: >
(message:"MismatchError: 3 != 2" OR
message:"MismatchError: 5 != 4") AND
(message:"MismatchError: 3 != 2" OR message:"MismatchError: 5 != 4")
AND tags:"console"
AND build_name:"gate-cinder-python27"