Skip to content

Commit

Permalink
Update .version_information (#77)
Browse files Browse the repository at this point in the history
* Update .version_information

* Fix typos

* Fix typo
  • Loading branch information
ccruzagralopes authored Mar 13, 2024
1 parent 18b6b17 commit 2957788
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version_information
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10-beta3+spring2024
main - dev
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def main() -> None:
test_args = sys.argv[2:]
config = parse_matter_test_args(test_args)

# This is a temporaly workaround since Python Test are generating a
# This is a temporary workaround since Python Test are generating a
# big amount of log
with open("/root/python_testing/test_output.txt", "w") as f:
with redirect_stdout(f):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async def cleanup(self) -> None:
logger.info("Test Cleanup")

def handle_logs_temp(self) -> None:
# This is a temporaly workaround since Python Test are generating a
# This is a temporary workaround since Python Test are generating a
# big amount of log
with open(
"/app/backend/test_collections/matter/sdk_tests/sdk_checkout/"
Expand Down Expand Up @@ -289,7 +289,7 @@ async def execute(self) -> None:

logger.info("---- Start of Python test logs ----")
self.handle_logs_temp()
# Uncoment line bellow when the workaround has a definitive solution
# Uncomment line bellow when the workaround has a definitive solution
# handle_logs(cast(Generator, exec_result.output), logger)

logger.info("---- End of Python test logs ----")
Expand Down

0 comments on commit 2957788

Please sign in to comment.