Smolder Help?

2010-02-06 Thread Amiri Barksdale
Hey folks. I am having some trouble getting Smolder to count my passes and fails. Here's the problem: I generate my test archive file with this: prove -Iapp -v --merge --archive my_test_run.tar.gz I upload it using LWP: smolder_smoke_signal --server XXX --port 3000 --file my_t

Re: Smolder Help?

2010-02-06 Thread Amiri Barksdale
I think there's a problem with the way Smolder understands paths in archive files. If I run my prove command inside my application's root directory and upload that TAP archive to Smolder, I get pass and fail counts. So this works: prove -Iapp -v --merge --archive my_test_run.tar.gz The