work around cucumber issue (closes #296)
This commit is contained in:
parent
4b5a4e8713
commit
8cc7f06b36
|
@ -14,3 +14,6 @@ def run_jekyll(opts = {})
|
||||||
command << " >> /dev/null 2>&1" if opts[:debug].nil?
|
command << " >> /dev/null 2>&1" if opts[:debug].nil?
|
||||||
system command
|
system command
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# work around "invalid option: --format" cucumber bug (see #296)
|
||||||
|
Test::Unit.run = true
|
||||||
|
|
Loading…
Reference in New Issue