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
|
# .gitignore for cd_apache
|
||||||
.yardoc
|
.yardoc
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
FileList
|
||||||
|
|||||||
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -184,7 +184,8 @@ Changelog of Git Changelog.
|
|||||||
stage('check for UTF-8 files') {
|
stage('check for UTF-8 files') {
|
||||||
steps {
|
steps {
|
||||||
sh '''echo "$(find . -type f -exec file {} \\;)" > FileList
|
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