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

Commit 395b9203 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

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

am: 60c34218

Change-Id: I3d3d3c586833297ec8e030c59ab4dbae546ac5b1
parents 138265ff 60c34218
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."""