fix: noconfirm auto-selects first AUR match

This commit is contained in:
2026-05-08 11:01:02 +01:00
parent d39cdc3fd9
commit 153cca6132
8056 changed files with 1983098 additions and 779 deletions
@@ -0,0 +1,8 @@
project('cmake-executable-dependency')
if not find_program('cmake', required: false).found()
error('MESON_SKIP_TEST CMake is not installed')
endif
cmake = import('cmake')
cmlib = cmake.subproject('cmlib')
@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(cmlib)
message(FATAL_ERROR "Fancy error message")
@@ -0,0 +1,10 @@
{
"stdout": [
{
"line": "test cases/failing/120 cmake subproject error/meson.build:8:14: ERROR: Failed to configure the CMake subproject: Fancy error message"
}
],
"tools": {
"cmake": ">=3.14"
}
}