I just tried running the tests with
Cortex 8.5.2 and Houdini 13.0.376, and I got one
failure, but the test you
mentioned passed just fine. So I am able to
create the Rman Shop, but I guess it isn't executing as expected...
We definitely need to -C option, as otherwise changes
to the expanded contents won't
be reflected in the build. The
reason
-c is working for you is because we also
have the compressed
contents sitting there,
though we probably shouldn't as it gets re-written when
you run a build.
I'm not really sure what this CPIO packet
stuff is about... maybe that's a
question SideFx could shed some light on?
Andrew
testCreateRmanInject
(CortexRmanInject.TestCortexRmanInject) ... ok
testRenderRmanInject (CortexRmanInject.TestCortexRmanInject)
... FAIL
======================================================================
FAIL: testRenderRmanInject
(CortexRmanInject.TestCortexRmanInject)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/disk1/cortexBuilds/cortex-8.5.2/test/IECoreHoudini/CortexRmanInject.py",
line 97, in testRenderRmanInject
self.failUnless( "['-radius', '1', '-theta', '360']" in
procs[0] )
AssertionError: False is not true
----------------------------------------------------------------------
Ran 407 tests in 61.478s
FAILED (failures=1)