Commit 368fd515 authored by Joanne Hugé's avatar Joanne Hugé

py3

parent 9de31226
......@@ -15,4 +15,4 @@
[template]
filename = instance.cfg
md5sum = 37be412d7b56b49f2ad1ff973b0c32c1
md5sum = eaf037ce345f0f5512eda1fc6039a9e0
......@@ -215,13 +215,12 @@ inline =
# cwd="""$${rubygemsrecipe:location}""",
# summaryf=UnitTest.summary,
#)
if six.PY2:
TestCase(
"re6stnet",
['unshare', '-Umnr', '$${re6stnet-test-runner:rendered}'],
cwd="""$${re6stnet:location}/re6st/tests""",
summaryf=UnitTest.summary,
)
TestCase(
"re6stnet",
['unshare', '-Umnr', '$${re6stnet-test-runner:rendered}'],
cwd="""$${re6stnet:location}/re6st/tests""",
summaryf=UnitTest.summary,
)
[runTestSuite]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment