Skip to content

Commit 3f6ff21

Browse files
committed
Add explanation of how to avoid unknown locale error when running the tests
1 parent b229891 commit 3f6ff21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ It requires cinc-workstation to be installed on your environment:
1515

1616
`curl -L https://omnitruck.cinc.sh/install.sh | sudo bash -s -- -P cinc-workstation -v 23`
1717

18+
Make sure you have set a locale in your local shell environment, by exporting the `LC_ALL` and `LANG` variables,
19+
for example by adding to your `.bashrc` or `.zshrc` the following and sourcing the file:
20+
21+
```
22+
export LC_ALL=en_US.UTF-8
23+
export LANG=en_US.UTF-8
24+
```
25+
1826
To speedup the transfer of files when kitchens are run on ec2 instances, the [transport](https://docs.chef.io/workstation/config_yml_kitchen/#transport-settings) selected is `kitchen-transport-speedy` https://github.com/criteo/kitchen-transport-speedy.
1927

2028
To install `kitchen-transport-speedy` in the kitchen embedded ruby environment: `/opt/cinc-workstation/embedded/bin/gem install kitchen-transport-speedy`

0 commit comments

Comments
 (0)