]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ci/run-build-and-tests.sh
Merge branch 'en/ort-readiness'
[thirdparty/git.git] / ci / run-build-and-tests.sh
index 2279ff70a735b94ca56c894ef65d62a31c106a6e..d19be40544c8fde49b9405ab170e283c1ad8f97c 100755 (executable)
@@ -25,6 +25,7 @@ linux-gcc)
        export GIT_TEST_MULTI_PACK_INDEX=1
        export GIT_TEST_ADD_I_USE_BUILTIN=1
        export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+       export GIT_TEST_WRITE_REV_INDEX=1
        make test
        ;;
 linux-clang)