Skip to content

Commit b70e1ae

Browse files
committed
Buildkite typos in tests/buildkitetestjson.jl etc fixed
1 parent 22602a2 commit b70e1ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/buildkitetestjson.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This file is a part of Julia. License is MIT: https://julialang.org/license
22

3-
# Convert test(set) results to a Buildkit-compatible JSON representation.
3+
# Convert test(set) results to a Buildkite-compatible JSON representation.
44
# Based on <https://buildkite.com/docs/test-analytics/importing-json#json-test-results-data-reference>.
55

6-
module BuildKiteTestJSON
6+
module BuildkiteTestJSON
77

88
using Test
99
using Dates

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include("choosetests.jl")
1111
include("testenv.jl")
1212
include("buildkitetestjson.jl")
1313

14-
using .BuildKiteTestJSON
14+
using .BuildkiteTestJSON
1515

1616
(; tests, net_on, exit_on_error, use_revise, seed) = choosetests(ARGS)
1717
tests = unique(tests)

0 commit comments

Comments
 (0)