Skip to content

Commit

Permalink
fix baseline script (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhenliu-gg5 authored May 19, 2020
1 parent 6268ae9 commit 16c2cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update-baselines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const resultPrefix = /^\.test-out-(.*)$/;
const baselineZip = path.join(
root,
'bazel-testlogs',
'unit-tests',
'unit_tests',
'test.outputs',
'outputs.zip'
);
Expand Down

0 comments on commit 16c2cac

Please sign in to comment.