Skip to content

Commit

Permalink
Escaping the regular expression
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Aug 6, 2019
1 parent 4fcdced commit 40a0413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -75,7 +75,7 @@ def runTests(platform){
shell "wget -O - get.pharo.org/64/80 | bash "
if(isWindows()){
runInCygwin "cd runTests && unzip ../build/packages/PharoVM-*-${vmDir}64.zip -d ."
runInCygwin "PHARO_CI_TESTING_ENVIRONMENT=true cd runTests && ./Pharo.exe Pharo.image test --junit-xml-output --stage-name=win64 .*"
runInCygwin "PHARO_CI_TESTING_ENVIRONMENT=true cd runTests && ./Pharo.exe Pharo.image test --junit-xml-output --stage-name=win64 '.*'"
}else{
shell "unzip ../build/packages/PharoVM-*-${vmDir}64.zip -d ."

Expand Down

0 comments on commit 40a0413

Please sign in to comment.