Skip to content

Commit cd0bc45

Browse files
author
Bret Ambrose
committed
Test
1 parent 6c765dd commit cd0bc45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builder/actions/setup_event_stream_echo_server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ def _build_and_run_eventstream_echo_server(self, env):
4747
directory_separator = os.pathsep
4848

4949
echo_server_command = ["java", "-classpath",
50-
f"{test_class_path}{directory_separator}{target_class_path}{directory_separator}{classpath}", "software.amazon.awssdk.eventstreamrpc.echotest.EchoTestServiceRunner", "127.0.0.1", "8033"]
50+
f"{test_class_path}{directory_separator}{target_class_path}{directory_separator}{classpath}",
51+
"software.amazon.awssdk.eventstreamrpc.echotest.EchoTestServiceRunner", "127.0.0.1", "8033"]
5152

5253
print(f'Echo server command: {echo_server_command}')
5354

0 commit comments

Comments
 (0)