lib/oats/driver.rb in oats-0.0.4 vs lib/oats/driver.rb in oats-0.0.5

- old
+ new

@@ -147,10 +147,10 @@ $log.add('logfile') end $log.info "Started OATS execution [#{Oats.context['jobid']}] at #{Time.now}" end begin - Oats.info "Tests Root Directory: " + ENV['OATS_TESTS'] + Oats.info "OATS_TESTS Directory: " + ENV['OATS_TESTS'] oats_data['_']['environments'] = [] # Keep track of variations stack Driver.process_test_yaml(oats_data) Report.results($oats_info['test_files']) $oats_info['end_time'] = Time.now.to_i Report.oats_info_store \ No newline at end of file