Skip to content
Snippets Groups Projects
Commit ffe9984e authored by Jithu Murugan's avatar Jithu Murugan
Browse files

- Corrected the failing unit tests and minor refactorings.

parent aa13e8ee
No related branches found
No related tags found
1 merge request!4feat(spack_operation): implement setup_spack_env functionality
Pipeline #59544 canceled with stages
in 18 minutes and 22 seconds
......@@ -208,7 +208,7 @@ class TestBashCommandExecutor:
def test_execute_unknown_os(self, mocker):
# Arrange
errors = {
"posix": "Error: Bash Command: ['undefined'] not found: [Errno 2] No such file or directory",
"posix": "Error: Bash Command: ['undefined'] not found: [Errno 2] No such file or directory: 'undefined'",
"nt": "Error: Bash Command: ['undefined'] not found: [WinError 2] The system cannot find the file "
'specified'
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment