mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
Set override locale in toolkit (#8957)
# Description Very simple change that sets the override locale that's used by formatting tests # User-Facing Changes None # Tests + Formatting N/A # After Submitting N/A Co-authored-by: Jelle Besseling <jelle@bigbridge.nl>
This commit is contained in:
parent
24b4ac692e
commit
47af701380
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ def report [
|
||||||
export def "check pr" [
|
export def "check pr" [
|
||||||
--fast: bool # use the "nextext" `cargo` subcommand to speed up the tests (see [`cargo-nextest`](https://nexte.st/) and [`nextest-rs/nextest`](https://github.com/nextest-rs/nextest))
|
--fast: bool # use the "nextext" `cargo` subcommand to speed up the tests (see [`cargo-nextest`](https://nexte.st/) and [`nextest-rs/nextest`](https://github.com/nextest-rs/nextest))
|
||||||
] {
|
] {
|
||||||
|
let-env NU_TEST_LOCALE_OVERRIDE = 'en_US.utf8';
|
||||||
try {
|
try {
|
||||||
fmt --check --verbose
|
fmt --check --verbose
|
||||||
} catch {
|
} catch {
|
||||||
|
|
Loading…
Reference in a new issue