lttng / lttng-analyses

Analyses scripts for LTTng kernel and user-space traces (official repository)
Other
100 stars 32 forks source link

Fix: use en_US.UTF-8 locale for tests #76

Closed abusque closed 8 years ago

abusque commented 8 years ago

The C.UTF-8 locale is not available on all distributions, therefore we use the near-equivalent en_US.UTF-8 instead.

Signed-off-by: Antoine Busque abusque@efficios.com