Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60c34218 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "releasetools: Log to stdout when running tests."

parents 839cf8f7 898a9249
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -18,13 +18,18 @@
Utils for running unittests.
"""

import logging
import os
import os.path
import struct
import sys
import unittest

import common

# Some test runner doesn't like outputs from stderr.
logging.basicConfig(stream=sys.stdout)


def get_testdata_dir():
  """Returns the testdata dir, in relative to the script dir."""