Skip to content

Commit

Permalink
chore: new lines for better worker test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
williams-jack committed Jul 15, 2024
1 parent 38e9bdd commit 3c7d80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worker/orca_grader/tests/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ def __clean_up_fixture_file_server():

if __name__ == '__main__':
try:
sys.stderr.write("Spinning up local file server for testing...")
sys.stderr.write("Spinning up local file server for testing...\n")
__start_up_fixture_file_server()
sys.stderr.write("Local file server started.")
sys.stderr.write("Local file server started.\n")
except subprocess.CalledProcessError as called_proc_err:
sys.stderr.write("Could not start up local file server for testing.\n")
exit(1)
Expand Down

0 comments on commit 3c7d80e

Please sign in to comment.