remove a debug thing
This commit is contained in:
parent
50bd14a82e
commit
2c0d4d797b
@ -63,7 +63,6 @@ module Jasmine
|
|||||||
system jasmine_command(run_targets)
|
system jasmine_command(run_targets)
|
||||||
status = $?.exitstatus
|
status = $?.exitstatus
|
||||||
|
|
||||||
p @options
|
|
||||||
if @options[:remove_html_file] || (status == 0)
|
if @options[:remove_html_file] || (status == 0)
|
||||||
targets.each { |target| FileUtils.rm_f target }
|
targets.each { |target| FileUtils.rm_f target }
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user