Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:24
erlang
0992-edoc-Fix-tests-after-yecc-doc-fixes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0992-edoc-Fix-tests-after-yecc-doc-fixes.patch of Package erlang
From 5e3ee33f9292457fbb703b704857c2e1639d3f6f Mon Sep 17 00:00:00 2001 From: Lukas Larsson <lukas@erlang.org> Date: Mon, 26 Feb 2024 10:10:03 +0100 Subject: [PATCH] edoc: Fix tests after yecc -doc fixes --- lib/edoc/test/edoc_SUITE.erl | 2 +- lib/edoc/test/eep48_SUITE.erl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/edoc/test/edoc_SUITE.erl b/lib/edoc/test/edoc_SUITE.erl index 5833c44a4e..43ea0455ca 100644 --- a/lib/edoc/test/edoc_SUITE.erl +++ b/lib/edoc/test/edoc_SUITE.erl @@ -64,7 +64,7 @@ build_std(Config) when is_list(Config) -> Overview2 = filename:join(DataDir, "overview.syntax_tools"), PrivDir = ?config(priv_dir, Config), - ok = edoc:application(edoc, [{overview, Overview1}, + ok = edoc:application(edoc, [{preprocess,true},{overview, Overview1}, {def, {vsn,"TEST"}}, {dir, PrivDir}]), diff --git a/lib/edoc/test/eep48_SUITE.erl b/lib/edoc/test/eep48_SUITE.erl index 1db3fb9522..a9ae2b8402 100644 --- a/lib/edoc/test/eep48_SUITE.erl +++ b/lib/edoc/test/eep48_SUITE.erl @@ -151,7 +151,8 @@ end_per_testcase(_CaseName, Config) -> Config. %% edoc_app_should_pass_shell_docs_validation(_Config) -> - ok = edoc:application(edoc, [{doclet, edoc_doclet_chunks}, + ok = edoc:application(edoc, [{preprocess,true}, + {doclet, edoc_doclet_chunks}, {layout, edoc_layout_chunks}, private, hidden]), ok = application:load(edoc), -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor