Skip to content

Commit 477a209

Browse files
committed
update prerebotmodifier path
1 parent 08c9182 commit 477a209

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ def atests(context):
3434
"-p",
3535
"-m",
3636
"robot",
37-
"--pythonpath .",
3837
"--loglevel=TRACE:DEBUG",
3938
"--listener RobotStackTracer",
4039
"--exclude appiumORnot_readyORnot_ci"
4140
"-d results",
42-
f"--prerebotmodifier {ROOT}/utilities/xom.XUnitOut:{ROOT}/results/xunit.xml",
41+
f"--prerebotmodifier utilities.xom.XUnitOut:results/xunit.xml",
4342
f"{ROOT}/tests/atest"
4443
]
4544
global atests_completed_process

0 commit comments

Comments
 (0)