Tests: Add scala files to UTF-8 tests

Make tests less noisy
This commit is contained in:
zzz
2018-05-03 13:00:08 +00:00
parent c9a6fab638
commit 2efd544713
3 changed files with 7 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ SCRIPTFILES="\
"
for script in $SCRIPTFILES; do
echo "Checking $script ..."
#echo "Checking $script ..."
if sh -n "$script" ; then : ; else
echo "********* FAILED CHECK FOR $script *************"
FAIL=1