Mercurial > vim
view configure @ 33185:1ee65fdbd791 v9.0.1872
patch 9.0.1872: CI: test_crash() fails on CI
Commit: https://github.com/vim/vim/commit/d2a08ba0fa4a25f31cee9d9f33b0aa8237227387
Author: Christian Brabandt <cb@256bit.org>
Date: Tue Sep 5 07:45:04 2023 +0200
patch 9.0.1872: CI: test_crash() fails on CI
Problem: CI: test_crash() fails on CI
Solution: Skip test on BSD
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 05 Sep 2023 08:00:04 +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 "$@"