Skip to content

Commit b121eed

Browse files
steadmongitster
authored andcommitted
ci: use test-tool as unit test runner on Windows
Although the previous commit changed t/Makefile to run unit tests alongside shell tests, the Windows CI still needs a separate unit-tests step due to how the test sharding works. We want to avoid using `prove` as a test running on Windows due to performance issues [1], so use the new test-tool runner instead. [1] https://lore.kernel.org/git/[email protected]/ Signed-off-by: Josh Steadmon <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cc75e4a commit b121eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run-test-slice.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ handle_failed_tests
1717

1818
# We only have one unit test at the moment, so run it in the first slice
1919
if [ "$1" == "0" ] ; then
20-
group "Run unit tests" make --quiet -C t unit-tests-prove
20+
group "Run unit tests" make --quiet -C t unit-tests-test-tool
2121
fi
2222

2323
check_unignored_build_artifacts

0 commit comments

Comments
 (0)