mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 04:22:58 +00:00
Move assert after logs output to make debug easier
This commit is contained in:
@@ -15,5 +15,5 @@ def test_julia(container):
|
||||
command = "julia --version"
|
||||
cmd = running_container.exec_run(command)
|
||||
output = cmd.output.decode("utf-8")
|
||||
assert cmd.exit_code == 0, f"Command {command} failed {output}"
|
||||
LOGGER.debug(output)
|
||||
assert cmd.exit_code == 0, f"Command {command} failed {output}"
|
||||
|
Reference in New Issue
Block a user