Skip to content

Commit

Permalink
CI (Buildkite): set both the RR_LOG and RR_UNDER_RR_LOG environme…
Browse files Browse the repository at this point in the history
…nt variables (#43775)
  • Loading branch information
DilumAluthge committed Jan 12, 2022
1 parent 2ed3ec4 commit c030bc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/utilities/rr/rr_capture.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ mktempdir(temp_parent_dir) do dir

new_env = copy(ENV)
new_env["_RR_TRACE_DIR"] = joinpath(dir, "rr_traces")
new_env["RR_LOG"]="all:debug"
new_env["RR_LOG"] = "all:debug"
new_env["RR_UNDER_RR_LOG"] = "all:debug"
new_env["RR_LOG_BUFFER"]="100000"
new_env["JULIA_RR"] = capture_script_path
t_start = time()
Expand Down

0 comments on commit c030bc8

Please sign in to comment.