Skip to content

Commit 73ad7c4

Browse files
committed
adjust path to xom
1 parent 984bbbe commit 73ad7c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ def atests(context):
3434
"-p",
3535
"-m",
3636
"robot",
37+
"--pythonpath .",
3738
"--loglevel=TRACE:DEBUG",
3839
"--listener RobotStackTracer",
3940
"--exclude appiumORnot_readyORnot_ci"
4041
"-d results",
41-
"--prerebotmodifier utilities.xom.XUnitOut:results/xunit.xml",
42+
"--prerebotmodifier utilities/xom.XUnitOut:results/xunit.xml",
4243
f"{ROOT}/tests/atest"
4344
]
4445
global atests_completed_process

0 commit comments

Comments
 (0)