18 Commits

Author SHA1 Message Date
Chris Roberts
2170136c37 Update test output to only show progress 2023-09-14 16:15:02 -07:00
Paul Hinze
3381624fc2
Change test:unit output format to documentation
This makes rspec print out one line per test, which helps verify
progress is being made when spying on CI jobs. GitHub Actions would not
show dots when you hopped in to view a running job, presumably because
its doing line-based streaming.
2022-04-25 12:26:40 -05:00
Seth Vargo
5323a51126 Use color 2015-07-09 17:24:29 -06:00
Mitchell Hashimoto
fd62251157 update rake tasks for acceptance testing 2013-12-05 14:24:10 -08:00
Mitchell Hashimoto
dbfce21e05 Start acceptance test config stuff 2013-12-05 13:19:15 -08:00
Mitchell Hashimoto
1a51f42ee7 core: update rspec, fix deprecations 2013-12-03 18:42:21 -08:00
Mitchell Hashimoto
3fdc3bee4b Make acceptance tasks easier to run 2012-01-08 23:04:14 -08:00
Mitchell Hashimoto
875d8622e7 Fix acceptance:config task to work with new path 2011-12-10 13:30:25 -08:00
Mitchell Hashimoto
60db1c8394 Add rake task to run new unit tests 2011-12-05 18:35:59 -08:00
Mitchell Hashimoto
4d71b7bba3 Update test task to work again 2011-12-03 15:44:57 -08:00
Mitchell Hashimoto
3dfd124c67 Make rake acceptance:boxes OS-independent 2011-11-22 22:03:13 -08:00
Mitchell Hashimoto
e6c79f862d Remove posix-spawn dependency in rake acceptance:config 2011-11-21 21:21:14 -08:00
Mitchell Hashimoto
203056a0db Switch posix-spawn to childprocess for better cross-OS support 2011-11-21 21:16:51 -08:00
Mitchell Hashimoto
3e64ac3e69 rake acceptance:config should use proper argument 2011-11-13 20:42:12 -08:00
Mitchell Hashimoto
265aec2ad9 Rake task: Use `spawn` instead of popen4 to avoid full pipes. 2011-11-13 19:51:26 -08:00
Mitchell Hashimoto
a8909cbb0b Acceptance tests now take a "box_directory" instead of paths to individual boxes 2011-11-13 13:49:21 -08:00
Mitchell Hashimoto
bb06a20843 Add rake acceptance:boxes to download required boxes for tests 2011-11-13 13:37:30 -08:00
Mitchell Hashimoto
0ccdb79f9a Move rake tasks into the "tasks" folder to clarify what they do. 2011-11-13 12:37:19 -08:00