view configure @ 32521:f7596eb0bc0c v9.0.1592

patch 9.0.1592: not all timer tests are marked as flaky Commit: https://github.com/vim/vim/commit/29b4c513b11deb37f0e0538df53d195f602fa42c Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 30 15:34:50 2023 +0100 patch 9.0.1592: not all timer tests are marked as flaky Problem: Not all timer tests are marked as flaky. Solution: Set the flaky flag for all timer tests. (closes https://github.com/vim/vim/issues/12355)
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 May 2023 16:45:06 +0200
parents a1ca6778da49
children
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd "${SRCDIR:-src}" && exec ./configure "$@"