diff --git a/Fix-a-test-3247.patch b/Fix-a-test-3247.patch new file mode 100644 index 0000000000000000000000000000000000000000..dba0604f57e47a62f28b6323f135407783e6eeb5 --- /dev/null +++ b/Fix-a-test-3247.patch @@ -0,0 +1,25 @@ +From be76d5018a92d975008e309d9db43c3ff719bb12 Mon Sep 17 00:00:00 2001 +From: Andrey Mokhov +Date: Fri, 6 Mar 2020 18:25:22 +0000 +Subject: [PATCH] Fix a test (#3247) + +Signed-off-by: Andrey Mokhov +--- + test/blackbox-tests/test-cases/plugin-mode/run.t | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/test/blackbox-tests/test-cases/plugin-mode/run.t b/test/blackbox-tests/test-cases/plugin-mode/run.t +index 85124cec9..25ffc7d48 100644 +--- a/test/blackbox-tests/test-cases/plugin-mode/run.t ++++ b/test/blackbox-tests/test-cases/plugin-mode/run.t +@@ -147,6 +147,7 @@ Testsuite for (mode plugin). + 6 | (embed_in_plugin_libraries xxx)) + ^^^ + Error: Library "xxx" not found. ++ Hint: try: dune external-lib-deps --missing @all + [1] + + $ cat > dune <= 4.07 @@ -188,5 +189,8 @@ cp -ar README.md CHANGES.md MIGRATION.md doc/_build/* %{buildroot}%{_pkgdocdir}/ %{_emacs_sitelispdir}/dune* %changelog +* Thu Dec 28 2023 fandehui -2.4.0-2 +- Fix a test (#3247) + * Thu Nov 12 2020 wanghongzhe - 2.4.0-1 - Package Init