Skip to content

tools: explicit path for V8 test tap output

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

tools

Description of change

Currently we do not specific an absolute path for the tap output of the V8 test suite. This is proving to be unreliable across release lines.

By prepending $(PWD) to each path we can guarantee it will always be in the root folder.

This change will require an update to the jenkins job

Merge request reports

Loading