enhanced test to keep a permanent list of UTF files in tests/UTF_Files
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
# .gitignore for cd_apache
|
||||
.yardoc
|
||||
Gemfile.lock
|
||||
FileList
|
||||
|
||||
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