Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11348 )
Change subject: build: fix run-test.sh when not retrying all tests ...................................................................... build: fix run-test.sh when not retrying all tests This is a follow-up to 5d69deb36925113796cd69f51061b8396b0174fc to clean up some bash syntax. Notably, if KUDU_RETRY_ALL_FAILED_TESTS is unset, the following message would be logged to stderr: line 77: [: : integer expression expected Here is a dist-test run with KUDU_RETRY_ALL_FAILED_TESTS unset: http://dist-test.cloudera.org/job?job_id=awong.1535506444.68746# ...and here is one with it set: http://dist-test.cloudera.org/job?job_id=awong.1535506280.65606 Change-Id: Icb208194fed255361b2987e945ef91779742d4d7 Reviewed-on: http://gerrit.cloudera.org:8080/11348 Reviewed-by: Adar Dembo <a...@cloudera.com> Tested-by: Kudu Jenkins --- M build-support/run-test.sh 1 file changed, 11 insertions(+), 13 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/11348 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Icb208194fed255361b2987e945ef91779742d4d7 Gerrit-Change-Number: 11348 Gerrit-PatchSet: 5 Gerrit-Owner: Andrew Wong <aw...@cloudera.com> Gerrit-Reviewer: Adar Dembo <a...@cloudera.com> Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com> Gerrit-Reviewer: Kudu Jenkins