File 0749-Drop-references-to-vts-in-ct_run.patch of Package erlang
From 397e637d42148b023f40f53db6cb74861e5e8f20 Mon Sep 17 00:00:00 2001
From: Johannes Christ <jc@jchri.st>
Date: Sun, 14 May 2023 11:51:02 +0200
Subject: [PATCH 1/2] Drop references to -vts in ct_run
This has been mostly removed in 8e5d1b7, the documentation still
referenced the options though.
---
lib/common_test/doc/src/ct_run_cmd.xml | 24 ------------------------
lib/common_test/priv/Makefile.in | 4 ++--
lib/common_test/priv/vts.tool | 2 --
3 files changed, 2 insertions(+), 28 deletions(-)
delete mode 100644 lib/common_test/priv/vts.tool
diff --git a/lib/common_test/doc/src/ct_run_cmd.xml b/lib/common_test/doc/src/ct_run_cmd.xml
index dd144a54f2..be3dc8a726 100644
--- a/lib/common_test/doc/src/ct_run_cmd.xml
+++ b/lib/common_test/doc/src/ct_run_cmd.xml
@@ -171,30 +171,6 @@
[-exit_status ignore_config]</pre>
</section>
- <section>
- <title>Run Tests in Web-Based GUI</title>
- <pre>
- ct_run -vts [-browser Browser]
- [-dir TestDir1 TestDir2 .. TestDirN] |
- [[dir TestDir] -suite Suite [[-group Group] [-case Case]]]
- [-config ConfigFile1 ConfigFile2 .. ConfigFileN]
- [-userconfig CallbackModule1 ConfigString1 and CallbackModule2
- ConfigString2 and .. and CallbackModuleN ConfigStringN]
- [-logopts LogOpts]
- [-verbosity GenVLevel | [Category1 VLevel1 and
- Category2 VLevel2 and .. CategoryN VLevelN]]
- [-decrypt_key Key] | [-decrypt_file KeyFile]
- [-include InclDir1 InclDir2 .. InclDirN]
- [-no_auto_compile]
- [-abort_if_missing_suites]
- [-multiply_timetraps Multiplier]
- [-scale_timetraps]
- [-create_priv_dir auto_per_run | auto_per_tc | manual_per_tc]
- [-basic_html]
- [-no_esc_chars]
- [-keep_logs all | NLogs]</pre>
- </section>
-
<section>
<title>Refresh HTML Index Files</title>
<pre>
diff --git a/lib/common_test/priv/Makefile.in b/lib/common_test/priv/Makefile.in
index 924174e94a..473eb0c032 100644
--- a/lib/common_test/priv/Makefile.in
+++ b/lib/common_test/priv/Makefile.in
@@ -57,7 +57,7 @@ ifneq ($(findstring win32,$(TARGET)),win32)
#
# Files
#
-FILES = vts.tool
+FILES =
SCRIPTS =
IMAGES = tile1.jpg
CSS = ct_default.css
@@ -101,7 +101,7 @@ else
#
# Files
#
-FILES = vts.tool
+FILES =
IMAGES = tile1.jpg
CSS = ct_default.css
JS = jquery-latest.js jquery.tablesorter.min.js
diff --git a/lib/common_test/priv/vts.tool b/lib/common_test/priv/vts.tool
deleted file mode 100644
index d63d9505f5..0000000000
--- a/lib/common_test/priv/vts.tool
+++ /dev/null
@@ -1,2 +0,0 @@
-{version,"1.2"}.
-[{config_func,{vts,config_data,[]}}].
--
2.35.3