Skip to content

Commit 90c9eee

Browse files
committed
putenv
1 parent 422cc01 commit 90c9eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/rabbit/test/amqp_system_SUITE.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ end_per_testcase(Testcase, Config) ->
9191
build_dotnet_test_project(Config) ->
9292
TestProjectDir = filename:join(
9393
[?config(data_dir, Config), "fsharp-tests"]),
94+
true = os:putenv("DOTNET_SYSTEM_GLOBALIZATION_INVARIANT", "1"),
9495
Ret = rabbit_ct_helpers:exec(["dotnet", "restore"],
9596
[{cd, TestProjectDir}]),
9697
case Ret of

0 commit comments

Comments
 (0)