Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.4
-
None
Description
if ENV['test'] is false, all testing procedure should be skipped, including compilation. as it is, it creates two problems: 1. i have compilation issues in my test classes which i can't avoid. 2. buildr wastes time on checking if compilation is needed (comparing source and dest existence and timestamps), for no need.