From 042f63db3897b33e49ab394e04e5167d5f6b8ccf Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov <y.lobankov@tarantool.org> Date: Fri, 8 Apr 2022 12:54:23 +0300 Subject: [PATCH] test-run: bump to new version Bump test-run to new version with the following improvements: - Add option to tune test run retries after failure [1] - Set 0 as default value for retries after failure [1] - Add an option to show test-run's environment vars [2] - Prettify `test-run.py --help` output [3] [1] https://github.com/tarantool/test-run/pull/336 [2] https://github.com/tarantool/test-run/pull/326 [3] https://github.com/tarantool/test-run/pull/337 NO_DOC=testing stuff NO_TEST=testing stuff NO_CHANGELOG=testing stuff --- test-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-run b/test-run index f63d85eb49..cb0eeab1de 160000 --- a/test-run +++ b/test-run @@ -1 +1 @@ -Subproject commit f63d85eb49b8647473f2cbb84becae94f41e9973 +Subproject commit cb0eeab1de03c642d07866d22c852b9dacde6dac -- GitLab