[PATCH] winetest: Add test instructions in the dissect and gather scripts.

Francois Gouget fgouget at codeweavers.com
Tue Aug 20 05:08:22 CDT 2019


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 winetest/dissect | 6 ++++++
 winetest/gather  | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/winetest/dissect b/winetest/dissect
index c95d628f..e5b2815f 100755
--- a/winetest/dissect
+++ b/winetest/dissect
@@ -26,6 +26,12 @@
 # where DIGIT is for resolving name clashes and data/BUILD/outdated is
 # created to signal the change in the given build.
 #
+# To test this script:
+# - Make sure $workdir is not set in winetest.conf
+# - Put a test report in queue/rep1/report
+# - Run ./dissect
+# - Examine the result in data/
+#
 # Exit: 0 - successfully processed a report, call again
 #       1 - failed to process a report, call again
 #       2 - there was nothing to do
diff --git a/winetest/gather b/winetest/gather
index a894377e..31ba8fa0 100755
--- a/winetest/gather
+++ b/winetest/gather
@@ -25,6 +25,11 @@
 # script. Races and concurrency problems must be dealt with on that higher
 # level.
 #
+# To test this script:
+# - Make sure $workdir is not set in winetest.conf
+# - After running dissect, run ./gather
+# - Examine the result in data/
+#
 # Exit: 0 - successfully processed a build, call again
 #       1 - should not happen
 #       2 - there was nothing to do
-- 
2.20.1



More information about the wine-devel mailing list