test/functional/concurrent_base.rb in ruote-2.3.0.1 vs test/functional/concurrent_base.rb in ruote-2.3.0.2

- old
+ new

@@ -77,10 +77,10 @@ @dashboard0.context.add_service('s_tracer', @tracer0, nil) @dashboard1.context.add_service('s_tracer', @tracer1, nil) @dashboard1.context.logger.color = '32' # green - noisy if ARGV.include?('-N') + noisy if ENV['NOISY'] == 'true' end def teardown @storage.purge!