You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.234
Former-commit-id: 8071ec1a8c5eaa9be24b41745add19297608001f
This commit is contained in:
parent
f32dbaf0b2
commit
212f6bafcb
@ -1,18 +0,0 @@
|
||||
# Check the lit adaption to run under unittest.
|
||||
#
|
||||
# RUN: %{python} %s %{inputs}/unittest-adaptor 2> %t.err
|
||||
# RUN: FileCheck < %t.err %s
|
||||
#
|
||||
# CHECK-DAG: unittest-adaptor :: test-two.txt ... FAIL
|
||||
# CHECK-DAG: unittest-adaptor :: test-one.txt ... ok
|
||||
|
||||
import unittest
|
||||
import sys
|
||||
|
||||
import lit
|
||||
import lit.discovery
|
||||
|
||||
input_path = sys.argv[1]
|
||||
unittest_suite = lit.discovery.load_test_suite([input_path])
|
||||
runner = unittest.TextTestRunner(verbosity=2)
|
||||
runner.run(unittest_suite)
|
Reference in New Issue
Block a user