Skip to content

Commit 9ff4031

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
Fix gen_e2e_smoke output path: tools/pkg/e2e -> tests/e2e
1 parent 35f7fce commit 9ff4031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/cmd/gen_e2e_smoke/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ func main() {
223223
formatted = buf.Bytes()
224224
}
225225

226-
outPath := filepath.Join(root, "tools", "pkg", "e2e", "smoke_mock_all_test.go")
226+
outPath := filepath.Join(root, "tests", "e2e", "smoke_mock_all_test.go")
227227
if err := os.WriteFile(outPath, formatted, 0644); err != nil {
228228
fmt.Fprintf(os.Stderr, "failed to write %s: %v\n", outPath, err)
229229
os.Exit(1)

0 commit comments

Comments
 (0)