swcline

Results 3 comments of swcline

I tried adding the above code inside tearDown() but get the following error - is there something else that needs to be enabled or set? in oneTimeSetUp in setUp testOne...

My workaround is to create a directory in oneTimeSetUp and wrap the tear down code inside a check for that directory inside oneTimeTearDown - second time around, directory is not...

Here is a simple test that exhibits the issue #! /bin/bash # assume this test script is in a subdirectory under the shunit directory; a sibling of examples # Load...