From 0c958ef9f728df1b4a6e667819080e56e12dd9f1 Mon Sep 17 00:00:00 2001 From: Pedro Mendes Date: Tue, 27 Aug 2024 15:43:00 -0400 Subject: [PATCH] changed target error message --- tests/0508_LinkErrors2/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/0508_LinkErrors2/run.sh b/tests/0508_LinkErrors2/run.sh index adf9d3a..582d7bf 100755 --- a/tests/0508_LinkErrors2/run.sh +++ b/tests/0508_LinkErrors2/run.sh @@ -37,7 +37,7 @@ fi ../../sbmodelr -d vesicle -n ../sources/self.gv ../sources/shrink.cps 2 > output 2>&1 # check that the correct warning is issued -if ! grep -q " Warning: diffusive or synaptic coupling onto the same unit not allowed, ignoring 2 -> 2" output; then +if ! grep -q " Warning: diffusive coupling onto the same unit not allowed, ignoring 2 -> 2" output; then printf 'FAIL %s\n' "${test}" let "fail = $fail + 8" fi