From 75c97f7732b85c83ddb7256e967d4514a6fe2b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sun, 5 Nov 2023 12:52:59 +0100 Subject: [PATCH] update graph path --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index e1bcece..6c22c35 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -1,4 +1,4 @@ -GRAPHS=../graphs/ +GRAPHS=graphs/ SUCC=() FAILED=()