Closed dallinb closed 2 years ago
Commands are being parsed literally so is the equivalent of running "ls -l" instead of ls -l which results in error messages like "ls -l" not found.
"ls -l"
ls -l
Seems to be related to a similar issue to here https://github.com/pytest-dev/pytest-bdd/issues/542
Commands are being parsed literally so is the equivalent of running
"ls -l"
instead ofls -l
which results in error messages like"ls -l"
not found.