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 some path handling #542

Merged
merged 2 commits into from
Nov 26, 2023
Merged

Conversation

jkloetzke
Copy link
Member

No description provided.

When using a sandbox, the interpreter (bash or pwsh) must be found using
the defined sandbox paths. So far we relied on the host $PATH which is
not correct and might not necessarily cover the installation path of
bash/pwsh in the sandbox.
Instead use the 'command' built-in to prevent alias or shell function
interference.
Copy link

codecov bot commented Nov 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8f7a9eb) 88.31% compared to head (e9cf324) 88.33%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #542      +/-   ##
==========================================
+ Coverage   88.31%   88.33%   +0.02%     
==========================================
  Files          46       46              
  Lines       14509    14511       +2     
==========================================
+ Hits        12814    12819       +5     
+ Misses       1695     1692       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jkloetzke jkloetzke merged commit cfd8e39 into BobBuildTool:master Nov 26, 2023
11 checks passed
@jkloetzke jkloetzke deleted the fix-path-handling branch November 26, 2023 17:06
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.

1 participant