Closed (fixed)
Project:
DrupalCI: Test Runner
Component:
DrupalCI console script
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
16 Oct 2015 at 18:16 UTC
Updated:
18 Nov 2015 at 05:34 UTC
Jump to comment: Most recent
When testing the dev branch there were failed tests
$cmd = "cd /var/www/html && i=0; for file in $bash_array; do php -l \$file; ((i+=\$?)); done; return i;";
This doesn't really work in bash.
Comments
Comment #2
isntall commentedThe fix for this has been reviewed and merged into dev and also production.