summaryrefslogtreecommitdiff
path: root/dist/s_style
diff options
context:
space:
mode:
Diffstat (limited to 'dist/s_style')
-rw-r--r--dist/s_style6
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/s_style b/dist/s_style
index b8f55cc5b89..f5835e58106 100644
--- a/dist/s_style
+++ b/dist/s_style
@@ -101,3 +101,9 @@ test -s $t && {
echo '[tab] characters appear in test suite scripts:'
cat $t
}
+# Check for trailing semi-colons.
+egrep ';$' test/suite/*.py > $t
+test -s $t && {
+ echo 'trailing semi-colon characters appear in test suite scripts:'
+ cat $t
+}