# File lib/buildr/core/test.rb, line 822
    def test=(flag)
      ENV['test'] = nil
      ENV['TEST'] = flag.to_s
    end