Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix a bug in run.sh. Resolves #2887 #2888

Merged
merged 1 commit into from
Nov 15, 2024
Merged

Conversation

tippmar-nr
Copy link
Member

Fixes a bug in run.sh, introduced with #2852 (v10.33.1), that would fail to set CORECLR_NEWRELIC_HOME if it wasn't already set prior to running the script.

Resolves #2887

@tippmar-nr tippmar-nr requested a review from a team as a code owner November 15, 2024 21:21
@tippmar-nr tippmar-nr enabled auto-merge (squash) November 15, 2024 21:22
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.44%. Comparing base (9e77efa) to head (fc0e614).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2888      +/-   ##
==========================================
+ Coverage   81.43%   81.44%   +0.01%     
==========================================
  Files         465      465              
  Lines       29573    29573              
  Branches     3275     3275              
==========================================
+ Hits        24082    24086       +4     
+ Misses       4693     4691       -2     
+ Partials      798      796       -2     
Flag Coverage Δ
Agent 82.38% <ø> (+0.01%) ⬆️
Profiler 73.07% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

@tippmar-nr tippmar-nr merged commit df17cfd into main Nov 15, 2024
95 checks passed
@tippmar-nr tippmar-nr deleted the fix/run-script-bug branch November 15, 2024 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10.33.1 regression - Using run.sh on linux doesn't start agent due to home variable not set
3 participants