From 418ab1722e0e49253ae254c4893d24285708b1c6 Mon Sep 17 00:00:00 2001 From: Alexander Turenko <alexander.turenko@tarantool.org> Date: Tue, 27 Aug 2019 14:56:49 +0300 Subject: [PATCH] test: update test-run * Added "fragile" option with a list of tests that are not intended to be run in parallel with others. The format of the list is the same as for "disabled" option (#187, PR #188). * Ensured that non-parallel test suites and fragile tests will be run only when all parallel ones will be finished (PR #188). * Fixed reporting in case of lack of temporary result (PR #172). --- test-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-run b/test-run index d171b6e7fb..4c05426e9d 160000 --- a/test-run +++ b/test-run @@ -1 +1 @@ -Subproject commit d171b6e7fb00080035d7cfefa853f6ddcded1d68 +Subproject commit 4c05426e9d1e20594ac4b6419d04ead4d75bc7dd -- GitLab