-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: run activation and capture result (#239)
- Loading branch information
1 parent
8a30cc3
commit 1dc0beb
Showing
7 changed files
with
264 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
crates/rattler_shell/src/snapshots/rattler_shell__activation__tests__bash.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
source: crates/rattler_shell/src/activation.rs | ||
expression: env_diff | ||
--- | ||
PKG1: "Hello, world!" | ||
PKG2: "Hello, world!" | ||
SCRIPT_ENV: "Hello, world!" | ||
STATE: "Hello, world!" | ||
|
9 changes: 9 additions & 0 deletions
9
crates/rattler_shell/src/snapshots/rattler_shell__activation__tests__cmd.exe.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
source: crates/rattler_shell/src/activation.rs | ||
expression: env_diff | ||
--- | ||
PKG1: "Hello, world!" | ||
PKG2: "Hello, world!" | ||
SCRIPT_ENV: "Hello, world!" | ||
STATE: "Hello, world!" | ||
|
9 changes: 9 additions & 0 deletions
9
crates/rattler_shell/src/snapshots/rattler_shell__activation__tests__pwsh.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
source: crates/rattler_shell/src/activation.rs | ||
expression: env_diff | ||
--- | ||
PKG1: "Hello, world!" | ||
PKG2: "Hello, world!" | ||
SCRIPT_ENV: "Hello, world!" | ||
STATE: "Hello, world!" | ||
|
Oops, something went wrong.