view configure @ 15040:da8a8cdcb8b0 v8.1.0531

patch 8.1.0531: flaky tests often fail with a common error message commit https://github.com/vim/vim/commit/dbc0d2163aa5e090d5a0c83aea448803ddbab664 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 16 18:22:45 2018 +0100 patch 8.1.0531: flaky tests often fail with a common error message Problem: Flaky tests often fail with a common error message. Solution: Add a pattern to match an error message indicating a flaky test.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Nov 2018 18:30:05 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"