-
Notifications
You must be signed in to change notification settings - Fork 77
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
chore: add ruin_me powershell tests #862
Conversation
cargo-dist/tests/gallery/dist.rs
Outdated
// check the install receipts | ||
// FIXME: temporarily disabled for the feature being broken | ||
// self.check_install_receipt(ctx, &bin_dir, &receipt_file, ".exe"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo for @mistydemeo: fix install receipts and uncomment this line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebase with this uncommented works: #866
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can reenable this now that #863 is merged.
79a4725
to
22f24cd
Compare
&tempdir, | ||
"savepath.ps1", | ||
r#" | ||
$Item = Get-Item -Path "HKCU:\Environment" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh man
// checking path... | ||
// Make a test.ps1 script that runs `where.exe {bin_name}` | ||
// | ||
// (note that "where" and "where.exe" are completely different things...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh NO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨
No description provided.