-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Tests] nvm exec
/nvm run
: add --silent
tests
#1259
Conversation
test/slow/nvm run/Running "nvm run --silent" should work
Outdated
Show resolved
Hide resolved
Thanks!! |
d11bc3f
to
120f7b4
Compare
Hmm do you know why it's still failing? The output and expected output should be matching now 🤔 |
test/slow/nvm run/Running "nvm run --silent" should work
Outdated
Show resolved
Hide resolved
test/slow/nvm run/Running "nvm run --silent" should work
Outdated
Show resolved
Hide resolved
3538de3
to
eaa8148
Compare
@jumbosushi are you still interested in completing this PR? |
eaa8148
to
c4fd0d1
Compare
nvm exec
/nvm run
: add --silent
tests
c4fd0d1
to
639aaf9
Compare
@jumbosushi i've rebased this, but the tests are failing. |
c6cfc3a
to
c20db2a
Compare
13ae700
to
2cba2f7
Compare
Co-authored-by: Atsushi Yamamoto <[email protected]> Co-authored-by: Jordan Harband <[email protected]>
93771a7
to
9f520c9
Compare
Turns out that the expected output in the 2nd case was incorrect, and the 1st case wasn't testing the full output. That's now been fixed. |
As requested by @ljharb on issue #846, this pr adds tests for --silent flag for "run" and "exec" commands
The tests for "exec" seems to exist already but in a different naming convention, so I renamed to match other tests