mirror of https://gitlab.com/bashrc2/epicyon
Change dot command
parent
cfd1e7b24c
commit
72b07306f9
2
tests.py
2
tests.py
|
@ -2883,7 +2883,7 @@ def testFunctions():
|
||||||
fp.write(callGraphStr)
|
fp.write(callGraphStr)
|
||||||
print('Call graph saved to epicyon.dot')
|
print('Call graph saved to epicyon.dot')
|
||||||
print('Convert to image with: ' +
|
print('Convert to image with: ' +
|
||||||
'dot -Tjpg epicyon.dot -o epicyon_diagram.jpg')
|
'sfdp -x -Goverlap=scale -Tx11 epicyon.dot')
|
||||||
|
|
||||||
|
|
||||||
def runAllTests():
|
def runAllTests():
|
||||||
|
|
Loading…
Reference in New Issue