On Apr 14, 2009, at 1:41 PM, Tim Walker wrote:

Sorry. This is running from cruisecontrol rb:

---
 Cucumber::Rake::Task.new(:cruise) do |t|
   t.cucumber_opts = "-r features/cucumber_env --format pretty
--out=#{ENV['CC_BUILD_ARTIFACTS']}/features.txt --format html
--out=#{ENV['CC_BUILD_ARTIFACTS']}/features.html"
   t.rcov = true
   t.rcov_opts = ["#{RCOV_COMMON_OPTS} -o
#{ENV['CC_BUILD_ARTIFACTS']}/features_rcov"]
   t.feature_pattern = ["features/control*/*.feature"]
 end
---

Thanks,

Tim

What happens when you run the features from the command line on the build server? What output do you get then?

-Ben



On Tue, Apr 14, 2009 at 12:26 PM, aslak hellesoy
<[email protected]> wrote:


On Tue, Apr 14, 2009 at 7:19 PM, Tim Walker <[email protected]> wrote:

Hi Guys,

My nightly tests stopped working suddenly over the weekend. Not sure
why yet. It's wierd because they just look like the exited without a
clue mid-test. Nothing in the logs is a smoking gun.

Here's my question: It seems like the contents of features.txt do not

What's features.txt?


get written until the tests are done. In my current case this file is
0 length at the end of the run. Any way to affect this behavior and
force the output to be written as the tests run.

Many thanks guys.

Sincerely,

Tim
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users


_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to