testsuite
testsuite copied to clipboard
[BUG] Remove Log.info wrappers when running shell commands in spec tests
Describe the bug
Running shell commands in Log.info { } would result in the command being skipped when the log level is higher or not set.
So when the log level is higher, then the spec test would fail.
I can look into this task.
Was fixed as a part of #1954