correct graphml output testing

This commit is contained in:
Alexey Fedoseev
2024-04-25 09:24:25 +03:00
parent dbcc4751a8
commit ebf818e0a1
10 changed files with 10 additions and 13 deletions

View File

@@ -28,7 +28,6 @@ for t in $(ls tests/*.test); do
fi
if [ -f "tests/$num-output.graphml" ]
then
# TODO: think about xmldiff here
diff "$t.graphml" "tests/$num-output.graphml"
if [ $? != 0 ]
then