features/step_definitions/testlab_steps.rb in testlab-1.18.0 vs features/step_definitions/testlab_steps.rb in testlab-1.18.1

- old
+ new

@@ -30,7 +30,8 @@ testlab_cmd(app_name, %W(bounce)) end def testlab_cmd(app_name, *args) args = args.join(' ') - step %(I run `#{app_name} --repo=#{TEST_REPO} --labfile=#{TEST_LABFILE} #{args}`) + log_file = File.join(TEST_ROOT, 'testlab.log') + step %(I run `#{app_name} --repo=#{TEST_REPO} --labfile=#{TEST_LABFILE} --log=#{log_file} #{args}`) end