graphviz: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
6ff456cf82
commit
d7ffd6d35a
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ class Graphviz < Formula
|
|||
}
|
||||
EOS
|
||||
|
||||
system "#{bin}/dot -Tpdf -o sample.pdf sample.dot && /usr/bin/open ./sample.pdf && /bin/sleep 3"
|
||||
system "#{bin}/dot", "-Tpdf", "-o", "sample.pdf", "sample.dot"
|
||||
system "/usr/bin/qlmanage", "-p", "./sample.pdf"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue