Unverified Commit 2cf4b6e4 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

nushell: Set NU_TEST_LOCALE_OVERRIDE to standardize locale used in test (#422200)

parents a2d0e439 59ce6343
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -58,6 +58,10 @@ rustPlatform.buildRustPackage {
  buildNoDefaultFeatures = !withDefaultFeatures;
  buildFeatures = additionalFeatures [ ];

  preCheck = ''
    export NU_TEST_LOCALE_OVERRIDE="en_US.UTF-8"
  '';

  checkPhase = ''
    runHook preCheck
    (