From 6611fda149cc2153b449a2b786fc3c4befb831bd Mon Sep 17 00:00:00 2001 From: Alexey Fedoseev Date: Tue, 23 Apr 2024 21:22:57 +0300 Subject: [PATCH] TODO for future --- run-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.sh b/run-tests.sh index 4a9afc5..6529b7c 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -28,6 +28,7 @@ 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