Skip to content

Commit

Permalink
Update test recorder for bwc test
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh committed Aug 21, 2023
1 parent ced415e commit d4bcc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_workflow/bwc_test/bwc_test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, args: TestArgs, test_manifest: TestManifest, components: Buil

self.tests_dir = os.path.join(os.getcwd(), "test-results")
os.makedirs(self.tests_dir, exist_ok=True)
self.test_recorder = TestRecorder(self.args.test_run_id, "bwc-test", self.tests_dir)
self.test_recorder = TestRecorder(self.args.test_run_id, "bwc-test", self.tests_dir, args.base_path)

def run(self) -> TestSuiteResults:
with TemporaryDirectory(keep=self.args.keep, chdir=True) as work_dir:
Expand Down

0 comments on commit d4bcc26

Please sign in to comment.