Skip to content

Commit

Permalink
adding some debugging steps
Browse files Browse the repository at this point in the history
  • Loading branch information
umfranci committed Mar 4, 2025
1 parent 0dcbd6e commit df1207b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions microsoft/testsuites/ltp/ltp.py
Original file line number Diff line number Diff line change
@@ -126,6 +126,7 @@ def run_test(
if len(skip_tests) > 0:
# write skip test to skipfile with newline separator
skip_file_value = "\n".join(skip_tests)
self._log.debug(f"Writing to skipfile: {skip_file_value}")
self.node.tools[Echo].write_to_file(
skip_file_value, PurePosixPath(self.LTP_SKIP_FILE), sudo=True
)

0 comments on commit df1207b

Please sign in to comment.