Skip to content

Commit

Permalink
test(fix): fix a typo in the conformance test script
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiongxin committed Oct 26, 2023
1 parent 6488d41 commit 4610fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/conformance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ do
# Stop the proxy
kill ${proxyPID}

if [[ ${returnCode} gt 0 ]]
if [[ ${returnCode} -gt 0 ]]
then
echo "Conformance test failed for config: ${config}"
RETURN_CODE=${returnCode}
Expand Down

0 comments on commit 4610fce

Please sign in to comment.