Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 2b7905f

Browse files
committed
xml generator test: Be verbose for CI debug
It is better to be verbose in tests as successfull test do not show logs, and failure tests might need the log to get debug. Especialy on the CI. Signed-off-by: Kevin Rocard <[email protected]>
1 parent 67ee314 commit 2b7905f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/xml-generator/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939

4040
command = [sys.executable, "domainGenerator.py",
4141
"--validate",
42+
"--verbose",
4243
"--toplevel-config", os.path.join(configDir, "configuration.xml"),
4344
"--criteria", os.path.join(configDir, "criteria.txt"),
4445
"--initial-settings", os.path.join(vectorDir, "initialSettings.xml"),

0 commit comments

Comments
 (0)