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

Commit 87a12712 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

am: 395b9203

Change-Id: Id1257333de15e3f362e7b4c6d8442ca5e503559f
parents f8812593 395b9203
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."""