Skip to content

Commit 83dc0f6

Browse files
committed
echo
1 parent 4bdd747 commit 83dc0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/benchmark/tests/test_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test_execute_process(executor_instance, mocker):
120120
assert ex.execute_process(command_line='echo -n test | md5sum',
121121
timeout=999)[1][0] == '098f6bcd4621d373cade4e832627b4f6 -\n'
122122
else:
123-
assert ex.execute_process(command_line='echo "Hello, world!"', _=None) == (0, ['test: test'])
123+
assert ex.execute_process(command_line='echo "Hello, world!"', _=None) == (0, ['Hello, world!'])
124124

125125

126126
@pytest.mark.parametrize('executor_instance', [get_host_executor, get_docker_executor])

0 commit comments

Comments
 (0)