enhanced test to keep a permanent list of UTF files in tests/UTF_Files
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -184,7 +184,8 @@ Changelog of Git Changelog.
|
||||
stage('check for UTF-8 files') {
|
||||
steps {
|
||||
sh '''echo "$(find . -type f -exec file {} \\;)" > FileList
|
||||
grep -v ASCII FileList | grep -v git'''
|
||||
mkdir tests
|
||||
echo "$(grep -v ASCII FileList | grep -v git)" > tests/UTF_Files'''
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user