Skip to content

Commit 08c9182

Browse files
committed
adjust path for xom and xunit report
1 parent a7317ae commit 08c9182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def atests(context):
3939
"--listener RobotStackTracer",
4040
"--exclude appiumORnot_readyORnot_ci"
4141
"-d results",
42-
"--prerebotmodifier utilities/xom.XUnitOut:results/xunit.xml",
42+
f"--prerebotmodifier {ROOT}/utilities/xom.XUnitOut:{ROOT}/results/xunit.xml",
4343
f"{ROOT}/tests/atest"
4444
]
4545
global atests_completed_process

0 commit comments

Comments
 (0)