Skip to content

Commit

Permalink
TESTS: test-porta.sh: report result with test name
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <[email protected]>
  • Loading branch information
swesterfeld committed Feb 12, 2024
1 parent f672000 commit 52a4084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-porta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ paste test-porta-live.txt test-porta-sin.txt | awk '
else
result = "FAIL";
print result, fdiff, adiff;
print result, "test-porta", fdiff, adiff;
}'
)
echo $DIFFS | grep FAIL && die "portamento test failed"
Expand Down

0 comments on commit 52a4084

Please sign in to comment.