texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * tp/tests/*/list-of-tests: remove '-c TEXI2HTML=


From: Patrice Dumas
Subject: branch master updated: * tp/tests/*/list-of-tests: remove '-c TEXI2HTML=undef' which is not needed anymore.
Date: Wed, 04 Jan 2023 04:51:20 -0500

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 13d11773b7 * tp/tests/*/list-of-tests: remove '-c TEXI2HTML=undef' 
which is not needed anymore.
13d11773b7 is described below

commit 13d11773b7629de89f53fe55b64d99fe7ec32fed
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jan 4 10:51:09 2023 +0100

    * tp/tests/*/list-of-tests: remove '-c TEXI2HTML=undef' which is not
    needed anymore.
---
 ChangeLog                             |  5 +++++
 tp/tests/contents/list-of-tests       | 18 +++++++++---------
 tp/tests/formatting/list-of-tests     | 10 +++++-----
 tp/tests/indices/list-of-tests        |  4 ++--
 tp/tests/layout/list-of-tests         | 22 +++++++++++-----------
 tp/tests/nested_formats/list-of-tests | 24 ++++++++++++------------
 tp/tests/sectioning/list-of-tests     |  4 ++--
 7 files changed, 46 insertions(+), 41 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6fe3471c9e..576f99a805 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-01-04  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/tests/*/list-of-tests: remove '-c TEXI2HTML=undef' which is not
+       needed anymore.
+
 2023-01-04  Patrice Dumas  <pertusus@free.fr>
 
        * tp/ext/epub3.pm: set USE_NODES to 0 in order to have section names
diff --git a/tp/tests/contents/list-of-tests b/tp/tests/contents/list-of-tests
index e4b3e45a21..e03e6876a2 100644
--- a/tp/tests/contents/list-of-tests
+++ b/tp/tests/contents/list-of-tests
@@ -1,15 +1,15 @@
 # the same tests are in t/*.t to test through code
-no_content no_content.texi -c TEXI2HTML=undef --html --no-split -c 'BIG_RULE 
<hr style="height: 6px;">'
-no_content_separate no_content.texi -c TEXI2HTML=undef --html --no-split -c 
'BIG_RULE <hr style="height: 6px;">' -c 'CONTENTS_OUTPUT_LOCATION 
separate_element'
-no_content_do_contents_separate no_content.texi -c TEXI2HTML=undef --html 
--no-split -c 'BIG_RULE <hr style="height: 6px;">' -c 'CONTENTS_OUTPUT_LOCATION 
separate_element' -c 'contents 1'
-no_content_do_contents no_content.texi -c TEXI2HTML=undef --html --no-split -c 
'BIG_RULE <hr style="height: 6px;">' -c 'contents 1'
-no_content_inline no_content.texi -c TEXI2HTML=undef --html --no-split -c 
'BIG_RULE <hr style="height: 6px;">' -c 'CONTENTS_OUTPUT_LOCATION inline'
-no_content_do_contents_inline no_content.texi -c TEXI2HTML=undef --html 
--no-split -c 'BIG_RULE <hr style="height: 6px;">' -c 'CONTENTS_OUTPUT_LOCATION 
inline' -c 'contents 1'
+no_content no_content.texi --html --no-split -c 'BIG_RULE <hr style="height: 
6px;">'
+no_content_separate no_content.texi --html --no-split -c 'BIG_RULE <hr 
style="height: 6px;">' -c 'CONTENTS_OUTPUT_LOCATION separate_element'
+no_content_do_contents_separate no_content.texi --html --no-split -c 'BIG_RULE 
<hr style="height: 6px;">' -c 'CONTENTS_OUTPUT_LOCATION separate_element' -c 
'contents 1'
+no_content_do_contents no_content.texi --html --no-split -c 'BIG_RULE <hr 
style="height: 6px;">' -c 'contents 1'
+no_content_inline no_content.texi --html --no-split -c 'BIG_RULE <hr 
style="height: 6px;">' -c 'CONTENTS_OUTPUT_LOCATION inline'
+no_content_do_contents_inline no_content.texi --html --no-split -c 'BIG_RULE 
<hr style="height: 6px;">' -c 'CONTENTS_OUTPUT_LOCATION inline' -c 'contents 1'
 
 # many other tests using double_contents.texi are in t/*.t, but customization
 # variables set in init files are not used in the t/*.t test suite, so there 
cannot
 # be proper testing with book.pm
-double_contents_book ../../t/input_files/double_contents.texi -c 
TEXI2HTML=undef --html --no-split -c FORMAT_MENU=nomenu --init book.pm
-double_contents_after_title_book ../../t/input_files/double_contents.texi -c 
TEXI2HTML=undef --html --no-split --init book.pm -c 'CONTENTS_OUTPUT_LOCATION 
after_title'
-double_contents_after_title_book_chapter 
../../t/input_files/double_contents.texi -c TEXI2HTML=undef --html --init 
book.pm --split chapter -c 'CONTENTS_OUTPUT_LOCATION after_title'
+double_contents_book ../../t/input_files/double_contents.texi --html 
--no-split -c FORMAT_MENU=nomenu --init book.pm
+double_contents_after_title_book ../../t/input_files/double_contents.texi 
--html --no-split --init book.pm -c 'CONTENTS_OUTPUT_LOCATION after_title'
+double_contents_after_title_book_chapter 
../../t/input_files/double_contents.texi --html --init book.pm --split chapter 
-c 'CONTENTS_OUTPUT_LOCATION after_title'
 
diff --git a/tp/tests/formatting/list-of-tests 
b/tp/tests/formatting/list-of-tests
index de18feb0c3..a73cfd8aae 100644
--- a/tp/tests/formatting/list-of-tests
+++ b/tp/tests/formatting/list-of-tests
@@ -1,10 +1,10 @@
 # api
 texi_ignore_and_comments ignore_and_comments.texi --init 
ignore_and_comments_output.init -c TEXINFO_OUTPUT_FORMAT=plaintexinfo
-ignore_and_comments_output ignore_and_comments.texi --html --no-split -c 
TEXI2HTML=undef --init ignore_and_comments_output.init
-test_redefine_need test_need.texi --html --no-split -c TEXI2HTML=undef --init 
redefine_need.init
+ignore_and_comments_output ignore_and_comments.texi --html --no-split --init 
ignore_and_comments_output.init
+test_redefine_need test_need.texi --html --no-split --init redefine_need.init
 
 split_nocopying_split_dev_null split_nocopying.texi --info --split-size 1 -o 
/dev/null
-simplest_test_css simplest.texi --html --no-split -c TEXI2HTML=undef 
--css-include file.css
+simplest_test_css simplest.texi --html --no-split --css-include file.css
 
 # already tested in t/*.t.  Here check the command line, for -D
 defcondx_Dbar defxcond.texi --html -D 'bar 1' --no-split -c TEXI2HTML=undef
@@ -16,14 +16,14 @@ documentlanguage_cmdline documentlanguage.texi --html -c 
TEXI2HTML=1 --no-split
 
 # already tested in t/*.t, but here want to have a result with
 # accented characters in error messages
-cpp_lines ../../t/input_files/cpp_lines.texi --html --no-split -c 
TEXI2HTML=undef -c MESSAGE_ENCODING=UTF-8
+cpp_lines ../../t/input_files/cpp_lines.texi --html --no-split -c 
MESSAGE_ENCODING=UTF-8
 
 # some command-line arguments when incorrect cause texi2any to die.
 # easily tested by calling directly ./texi2any.pl and checking visually:
 # ./texi2any.pl --footnote-style=bâd
 # ./texi2any.pl --paragraph-indent=ïndent
 # check non ascii command line arguments and css files
-non_ascii_command_line osé_utf8.texi -D 'needcommandlineunicode Need 
command-line unicode' --html --no-split -c DO_ABOUT=1 -c TEXI2HTML=undef -c 
COMMAND_LINE_ENCODING=UTF-8 -c MESSAGE_ENCODING=UTF-8 -c 
OUTPUT_FILE_NAME_ENCODING=UTF-8 --split=Mekanïk --document-language=Destruktïw 
-c 'Kommandöh vâl' -D TÛT -D 'vùr ké' -U ôndef -c 'FORMAT_MENU mînù' 
--macro-expand=@OUT_DIR@osé-texinfo.texi --internal-links=@OUT_DIR@intérnal.txt 
--css-include çss.css --css-include cêss.css --css-ref=rëf --c [...]
+non_ascii_command_line osé_utf8.texi -D 'needcommandlineunicode Need 
command-line unicode' --html --no-split -c DO_ABOUT=1 -c 
COMMAND_LINE_ENCODING=UTF-8 -c MESSAGE_ENCODING=UTF-8 -c 
OUTPUT_FILE_NAME_ENCODING=UTF-8 --split=Mekanïk --document-language=Destruktïw 
-c 'Kommandöh vâl' -D TÛT -D 'vùr ké' -U ôndef -c 'FORMAT_MENU mînù' 
--macro-expand=@OUT_DIR@osé-texinfo.texi --internal-links=@OUT_DIR@intérnal.txt 
--css-include çss.css --css-include cêss.css --css-ref=rëf --css-ref=öref
 
 # test for the copying of image with non ascii characters for epub
 non_ascii_test_epub osé_utf8.texi -D 'needcommandlineunicode Need command-line 
unicode' -c COMMAND_LINE_ENCODING=UTF-8 -c MESSAGE_ENCODING=UTF-8 -c 
OUTPUT_FILE_NAME_ENCODING=UTF-8 --init epub3.pm -c 'EPUB_CREATE_CONTAINER_FILE 
0'
diff --git a/tp/tests/indices/list-of-tests b/tp/tests/indices/list-of-tests
index 0f05bcd060..c3a533ee76 100644
--- a/tp/tests/indices/list-of-tests
+++ b/tp/tests/indices/list-of-tests
@@ -2,9 +2,9 @@
 
 # Same input file also tested in t/converters_tests.t.  It is interesting to
 # have automatic tree transformations tested here too.
-indices_in_begin_tables_lists indices_in_begin_tables_lists.texi --html -c 
'TEXI2HTML=undef' --no-split -c 'USE_NODES 0'
+indices_in_begin_tables_lists indices_in_begin_tables_lists.texi --html 
--no-split -c 'USE_NODES 0'
 indices_in_begin_tables_lists_latex indices_in_begin_tables_lists.texi --latex
 
 # tests of the tree using the same input file are also in t/transformations.t
 # but it is interesting to have automatic tree transformations tested here too.
-index_entries_relate_to_item index_entries_relate_to_item.texi --html -c 
'TEXI2HTML=undef' --no-split
+index_entries_relate_to_item index_entries_relate_to_item.texi --html 
--no-split
diff --git a/tp/tests/layout/list-of-tests b/tp/tests/layout/list-of-tests
index dce89866e7..794805eefa 100644
--- a/tp/tests/layout/list-of-tests
+++ b/tp/tests/layout/list-of-tests
@@ -21,30 +21,30 @@ formatting_textcontent formatting.texi -c 
TEXINFO_OUTPUT_FORMAT=textcontent
 formatting_rawtext formatting.texi -c TEXINFO_OUTPUT_FORMAT=rawtext
 
 # count words
-formatting_sort_element_counts formatting.texi -D 'needcollationcompat Need 
collation compatibility' -c TEXI2HTML=undef --html --no-split -c USE_NODES=0 -c 
SORT_ELEMENT_COUNT=@OUT_DIR@formatting_elt_counts.txt
+formatting_sort_element_counts formatting.texi -D 'needcollationcompat Need 
collation compatibility' --html --no-split -c USE_NODES=0 -c 
SORT_ELEMENT_COUNT=@OUT_DIR@formatting_elt_counts.txt
 
 # formats present in the documentation not tested: debugtree and texinfosxml
 #formatting_sxml formatting.texi -c TEXINFO_OUTPUT_FORMAT=texinfosxml
 
 # FIXME exactly the same output than formatting_html_nodes.  Remove?
 formatting_nodes formatting.texi -D 'needcollationcompat Need collation 
compatibility' -c TEXI2HTML=1 --split node
-formatting_mathjax formatting.texi -D 'needcollationcompat Need collation 
compatibility' --html -c TEXI2HTML=undef --no-split -c SHOW_TITLE=1 -c 
HTML_MATH=mathjax
+formatting_mathjax formatting.texi -D 'needcollationcompat Need collation 
compatibility' --html --no-split -c SHOW_TITLE=1 -c HTML_MATH=mathjax
 #formatting_mediawiki formatting.texi --init mediawiki.pm
-formatting_weird_quotes formatting.texi -D 'needcollationcompat Need collation 
compatibility' -c TEXI2HTML=undef --html -c FORMAT_MENU=menu -c SHOW_TITLE=1 -c 
DO_ABOUT=1 --no-split -c 'OPEN_QUOTE_SYMBOL @' -c "CLOSE_QUOTE_SYMBOL '&lsquo;"
-formatting_html32 formatting.texi -D 'needcollationcompat Need collation 
compatibility' -c TEXI2HTML=undef --html --no-split -c FORMAT_MENU=menu -c 
SHOW_TITLE=1 -c DO_ABOUT=1 --init html32.pm
-formatting_regions formatting_regions.texi -D 'needcollationcompat Need 
collation compatibility' -c TEXI2HTML=undef --html --no-split -c SHOW_TITLE=1
-formatting_numerical_entities formatting.texi -D 'needcollationcompat Need 
collation compatibility' -c TEXI2HTML=undef --html --no-split -c 
FORMAT_MENU=menu -c SHOW_TITLE=1 -c DO_ABOUT=1 -c 'USE_NUMERIC_ENTITY 1'
-formatting_enable_encoding formatting.texi -D 'needcollationcompat Need 
collation compatibility' -c TEXI2HTML=undef --html --no-split -c 
FORMAT_MENU=menu -c SHOW_TITLE=1 -c DO_ABOUT=1 --enable-encoding -c 
OUTPUT_CHARACTERS=1
-formatting_xhtml formatting.texi -D 'needcollationcompat Need collation 
compatibility' -c TEXI2HTML=undef --html --no-split -c SHOW_TITLE=1 -c 
DO_ABOUT=1 -c DOCTYPE='<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html 
PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>' -c 'USE_XML_SYNTAX 1' -c 
'NO_CUSTOM_HTML_ATTRIBUTE 1' -c 'HTML_ROOT_ELEMENT_ATTRIBUTES 
xmlns="http://www.w3.org/1999/xhtml";'
+formatting_weird_quotes formatting.texi -D 'needcollationcompat Need collation 
compatibility' --html -c FORMAT_MENU=menu -c SHOW_TITLE=1 -c DO_ABOUT=1 
--no-split -c 'OPEN_QUOTE_SYMBOL @' -c "CLOSE_QUOTE_SYMBOL '&lsquo;"
+formatting_html32 formatting.texi -D 'needcollationcompat Need collation 
compatibility' --html --no-split -c FORMAT_MENU=menu -c SHOW_TITLE=1 -c 
DO_ABOUT=1 --init html32.pm
+formatting_regions formatting_regions.texi -D 'needcollationcompat Need 
collation compatibility' --html --no-split -c SHOW_TITLE=1
+formatting_numerical_entities formatting.texi -D 'needcollationcompat Need 
collation compatibility' --html --no-split -c FORMAT_MENU=menu -c SHOW_TITLE=1 
-c DO_ABOUT=1 -c 'USE_NUMERIC_ENTITY 1'
+formatting_enable_encoding formatting.texi -D 'needcollationcompat Need 
collation compatibility' --html --no-split -c FORMAT_MENU=menu -c SHOW_TITLE=1 
-c DO_ABOUT=1 --enable-encoding -c OUTPUT_CHARACTERS=1
+formatting_xhtml formatting.texi -D 'needcollationcompat Need collation 
compatibility' --html --no-split -c SHOW_TITLE=1 -c DO_ABOUT=1 -c 
DOCTYPE='<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC 
"-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>' -c 
'USE_XML_SYNTAX 1' -c 'NO_CUSTOM_HTML_ATTRIBUTE 1' -c 
'HTML_ROOT_ELEMENT_ATTRIBUTES xmlns="http://www.w3.org/1999/xhtml";'
 formatting_exotic formatting.texi -D 'needcollationcompat Need collation 
compatibility' -c TEXI2HTML=1 --split section --no-header --no-number-sections 
-c 'TOC_LINKS 1' -c 'DEF_TABLE 1' -c 'XREF_USE_NODE_NAME_ARG 1' 
--footnote-style=end --css-ref 
http://www.environnement.ens.fr/perso/dumas/background-color.css 
--internal-links=/dev/null -c 'USE_TITLEPAGE_FOR_TITLE 0'
 # use of the doctype is to be able to use W3C old validator, it
 # could be removed when validation can be done differently
-formatting_inline_css formatting.texi -D 'needcollationcompat Need collation 
compatibility' -c TEXI2HTML=undef --html --no-split -c SHOW_TITLE=1 -c 
DO_ABOUT=1 -c CONTENTS_OUTPUT_LOCATION=separate_element -c FORMAT_MENU=menu -c 
'INLINE_CSS_STYLE 1' -c DOCTYPE='<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd";>'
+formatting_inline_css formatting.texi -D 'needcollationcompat Need collation 
compatibility' --html --no-split -c SHOW_TITLE=1 -c DO_ABOUT=1 -c 
CONTENTS_OUTPUT_LOCATION=separate_element -c FORMAT_MENU=menu -c 
'INLINE_CSS_STYLE 1' -c DOCTYPE='<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd";>'
 formatting_fr formatting.texi -D 'needcollationcompat Need collation 
compatibility' -c TEXI2HTML=1 --document-language fr
 formatting_fr_info formatting.texi -D 'needcollationcompat Need collation 
compatibility' --info --document-language fr
 formatting_fr_icons formatting.texi -D 'needcollationcompat Need collation 
compatibility' -c TEXI2HTML=1 --document-language fr --init icons.init
-formatting_chm formatting.texi -D 'needcollationcompat Need collation 
compatibility' -c TEXI2HTML=undef -c USE_NODES=0 -c SHOW_TITLE=1 -c 
CONTENTS_OUTPUT_LOCATION=separate_element -c FORMAT_MENU=nomenu --init chm.pm
+formatting_chm formatting.texi -D 'needcollationcompat Need collation 
compatibility' -c USE_NODES=0 -c SHOW_TITLE=1 -c 
CONTENTS_OUTPUT_LOCATION=separate_element -c FORMAT_MENU=nomenu --init chm.pm
 formatting_epub formatting.texi -D 'needcollationcompat Need collation 
compatibility' --epub3 -c 'EPUB_CREATE_CONTAINER_FILE 0'
 formatting_epub_nodes formatting.texi -D 'needcollationcompat Need collation 
compatibility' --split node --init epub3.pm -c 'EPUB_CREATE_CONTAINER_FILE 0' 
-c INFO_JS_DIR=js
-formatting formatting.texi -D 'needcollationcompat Need collation 
compatibility' -c TEXI2HTML=undef --html --no-split -c USE_NODES=0 
--internal-links=@OUT_DIR@internal_links_formatting.txt
+formatting formatting.texi -D 'needcollationcompat Need collation 
compatibility' --html --no-split -c USE_NODES=0 
--internal-links=@OUT_DIR@internal_links_formatting.txt
 
diff --git a/tp/tests/nested_formats/list-of-tests 
b/tp/tests/nested_formats/list-of-tests
index db3d9bd76a..9a3d31b45a 100644
--- a/tp/tests/nested_formats/list-of-tests
+++ b/tp/tests/nested_formats/list-of-tests
@@ -1,15 +1,15 @@
 # formats : :_html
-texi_nested_formats nested_formats.texi -c TEXI2HTML=undef -c 
TEXINFO_OUTPUT_FORMAT=plaintexinfo
-nested_group nested_formats.texi -c TEXI2HTML=undef --no-split
-nested_itemize nested_formats.texi -c TEXI2HTML=undef --no-split -D 
format_itemize
-nested_menu nested_formats.texi -c TEXI2HTML=undef --no-split -c 'FORMAT_MENU 
menu' -D format_menu
+texi_nested_formats nested_formats.texi -c TEXINFO_OUTPUT_FORMAT=plaintexinfo
+nested_group nested_formats.texi --no-split
+nested_itemize nested_formats.texi --no-split -D format_itemize
+nested_menu nested_formats.texi --no-split -c 'FORMAT_MENU menu' -D format_menu
 # nested floats are broken. Not a big deal 
 #nested_float nested_formats.texi -D format_float
-nested_table nested_formats.texi -c TEXI2HTML=undef --no-split -D format_table
-nested_flushright nested_formats.texi -c TEXI2HTML=undef --no-split -D 
format_flushright
-nested_multitable nested_formats.texi -c TEXI2HTML=undef --no-split -D 
format_multitable
-nested_cartouche nested_formats.texi -c TEXI2HTML=undef --no-split -D 
format_cartouche
-nested_enumerate nested_formats.texi -c TEXI2HTML=undef --no-split -D 
format_enumerate
-nested_deffn nested_formats.texi -c TEXI2HTML=undef --no-split -D format_deffn
-nested_example nested_formats.texi -c TEXI2HTML=undef --no-split -D 
format_example
-nested_quotation nested_formats.texi -c TEXI2HTML=undef --no-split -D 
format_quotation
+nested_table nested_formats.texi --no-split -D format_table
+nested_flushright nested_formats.texi --no-split -D format_flushright
+nested_multitable nested_formats.texi --no-split -D format_multitable
+nested_cartouche nested_formats.texi --no-split -D format_cartouche
+nested_enumerate nested_formats.texi --no-split -D format_enumerate
+nested_deffn nested_formats.texi --no-split -D format_deffn
+nested_example nested_formats.texi --no-split -D format_example
+nested_quotation nested_formats.texi --no-split -D format_quotation
diff --git a/tp/tests/sectioning/list-of-tests 
b/tp/tests/sectioning/list-of-tests
index 63228d5174..b43360135e 100644
--- a/tp/tests/sectioning/list-of-tests
+++ b/tp/tests/sectioning/list-of-tests
@@ -1,4 +1,4 @@
 # Public domain.  Originally created by Patrice Dumas.
 
-sectioning_directions sectioning.texi -c TEXI2HTML=undef --html --no-split -c 
'HEADER_IN_TABLE=1' -c 'USE_NODES=0' -c 'FORMAT_MENU=menu' -c 
'NODE_NAME_IN_MENU=0' -c 'DO_ABOUT=undef' -c 
'CONTENTS_OUTPUT_LOCATION=separate_element' --init test_directions.init
-sectioning_directions_split_chapter sectioning.texi -c TEXI2HTML=undef --html 
--split=chapter -c 'HEADER_IN_TABLE=1' -c 'USE_NODES=0' -c 'FORMAT_MENU=menu' 
-c 'NODE_NAME_IN_MENU=0' -c 'DO_ABOUT=undef' -c 
'CONTENTS_OUTPUT_LOCATION=separate_element' --init test_directions.init
+sectioning_directions sectioning.texi --html --no-split -c 'HEADER_IN_TABLE=1' 
-c 'USE_NODES=0' -c 'FORMAT_MENU=menu' -c 'NODE_NAME_IN_MENU=0' -c 
'DO_ABOUT=undef' -c 'CONTENTS_OUTPUT_LOCATION=separate_element' --init 
test_directions.init
+sectioning_directions_split_chapter sectioning.texi --html --split=chapter -c 
'HEADER_IN_TABLE=1' -c 'USE_NODES=0' -c 'FORMAT_MENU=menu' -c 
'NODE_NAME_IN_MENU=0' -c 'DO_ABOUT=undef' -c 
'CONTENTS_OUTPUT_LOCATION=separate_element' --init test_directions.init



reply via email to

[Prev in Thread] Current Thread [Next in Thread]