finalised this stage

This commit is contained in:
Arne Teuke
2017-07-11 18:12:23 +01:00
parent 19a1a86f2a
commit 08da1c5e70

2
Jenkinsfile vendored
View File

@@ -187,7 +187,7 @@ Changelog of Git Changelog.
mkdir test
fi
rm -Rf tests/UTF_Files
echo "$(find . -type f -exec file {} \\\\;)" > FileList
echo "$(find . -type f -exec file {} \\;)" > FileList
echo "$(grep -v ASCII FileList | grep -v git)" > tests/UTF_Files'''
}
}