Skip to content

Commit d37ab7a

Browse files
committed
Adapted import_coded_tests 2
1 parent a6c6045 commit d37ab7a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/internal/e2e/test/wdio.conf.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,9 @@ TEST.END`;
603603
await executeCommand(setEnviro);
604604
await executeCommand(runTest);
605605

606-
if (toolVersion == 25) {
606+
if (toolVersion == 26) {
607+
process.env.VECTORCAST_DIR = path.join(vcastRoot, "2026sp1");
608+
} else if (toolVersion == 25) {
607609
process.env.VECTORCAST_DIR = path.join(vcastRoot, "2025sp1");
608610
} else {
609611
process.env.VECTORCAST_DIR = path.join(vcastRoot, "2024sp4");

0 commit comments

Comments
 (0)