Skip to content

Commit

Permalink
Merge pull request #105 from sbesson/bf_locale
Browse files Browse the repository at this point in the history
Run the tests in a different locale weekly
  • Loading branch information
sbesson authored Oct 1, 2018
2 parents f5064aa + 7c2f5d5 commit 1f1b0bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/jobs/BIOFORMATS-test-folder/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
echo "EARLY EXIT"
exit 0
fi
if [ $(date +%u) -le 1 ]; then
DOCKER_ARGS="$DOCKER_ARGS -Duser.language=fr -Duser.country=FR"
fi
sudo docker run --rm --name ${JOB_NAME}_${BUILD_NUMBER}_SPACENAME -v $DATA_PATH:/opt/data -v $CONFIG_PATH:/opt/config openmicroscopy/bioformats:SPACENAME $DOCKER_ARGS</command>
</hudson.tasks.Shell>
</builders>
Expand Down

0 comments on commit 1f1b0bd

Please sign in to comment.