Skip to content

Commit

Permalink
Output Jekyll output if ENV['DEBUG'] exists
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed May 27, 2014
1 parent e5b7373 commit 62129d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/jekyll_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def file_content_from_hash(input_hash)

When /^I run jekyll(.*)$/ do |args|
status = run_jekyll(args)
if args.include?("--verbose")
if args.include?("--verbose") || ENV['DEBUG']
puts jekyll_run_output
end
end
Expand Down

0 comments on commit 62129d9

Please sign in to comment.