Skip to content

Commit

Permalink
changed target error message
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendes committed Aug 27, 2024
1 parent 7c1ab3d commit 0c958ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/0508_LinkErrors2/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c958ef

Please sign in to comment.