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

py3

parent 9de31226
...@@ -15,4 +15,4 @@ ...@@ -15,4 +15,4 @@
[template] [template]
filename = instance.cfg filename = instance.cfg
md5sum = 37be412d7b56b49f2ad1ff973b0c32c1 md5sum = eaf037ce345f0f5512eda1fc6039a9e0
...@@ -215,13 +215,12 @@ inline = ...@@ -215,13 +215,12 @@ inline =
# cwd="""$${rubygemsrecipe:location}""", # cwd="""$${rubygemsrecipe:location}""",
# summaryf=UnitTest.summary, # summaryf=UnitTest.summary,
#) #)
if six.PY2: TestCase(
TestCase( "re6stnet",
"re6stnet", ['unshare', '-Umnr', '$${re6stnet-test-runner:rendered}'],
['unshare', '-Umnr', '$${re6stnet-test-runner:rendered}'], cwd="""$${re6stnet:location}/re6st/tests""",
cwd="""$${re6stnet:location}/re6st/tests""", summaryf=UnitTest.summary,
summaryf=UnitTest.summary, )
)
[runTestSuite] [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