TODO for future
This commit is contained in:
@@ -28,6 +28,7 @@ for t in $(ls tests/*.test); do
|
|||||||
fi
|
fi
|
||||||
if [ -f "tests/$num-output.graphml" ]
|
if [ -f "tests/$num-output.graphml" ]
|
||||||
then
|
then
|
||||||
|
# TODO: think about xmldiff here
|
||||||
diff "$t.graphml" "tests/$num-output.graphml"
|
diff "$t.graphml" "tests/$num-output.graphml"
|
||||||
if [ $? != 0 ]
|
if [ $? != 0 ]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user