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

Testing: Replace which with command -v #6303 #6304

Conversation

dchristidis
Copy link
Contributor

@dchristidis dchristidis commented Aug 7, 2023

The which utility is an external utility that has to be installed as an RPM package. We could include it during the container creation or we could use the equivalent command -v builtin from the Bash (the default shell).

@dchristidis dchristidis requested a review from maany as a code owner August 7, 2023 13:58
@dchristidis dchristidis linked an issue Aug 7, 2023 that may be closed by this pull request
The `which` utility is an external utility that has to be installed as
an RPM package. We could include it during the container creation or we
could use the equivalent `command -v` builtin from the Bash (the default
shell).
@dchristidis dchristidis force-pushed the patch-6303-Testing__Replace__which__with__command__v_ branch from f494614 to e7da805 Compare August 7, 2023 13:59
@dchristidis
Copy link
Contributor Author

Is there anything I’m expected to do here? I would have thought it non-controversial.

@bari12 bari12 merged commit a55d365 into rucio:master Sep 26, 2023
48 of 54 checks passed
@dchristidis dchristidis deleted the patch-6303-Testing__Replace__which__with__command__v_ branch September 26, 2023 17:36
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.

which executable is not available in the testing environment
2 participants