Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Ewing <lewing@microsoft.com>2020-07-20 19:40:17 +0300
committerGitHub <noreply@github.com>2020-07-20 19:40:17 +0300
commit945beee7efff52decf353a022ba85a6aebf386e7 (patch)
tree3ffc98f48d5c6b84535b4b461038280946acba49 /eng/testing
parent867ad8d20402e3bee580e0af6577f87912103c78 (diff)
[wasm] Include data archives and timezone data by default (#39586)
* Add data archive loading to the generic loading logic
Diffstat (limited to 'eng/testing')
-rw-r--r--eng/testing/tests.mobile.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/testing/tests.mobile.targets b/eng/testing/tests.mobile.targets
index 266a6d37be6..284ae301d88 100644
--- a/eng/testing/tests.mobile.targets
+++ b/eng/testing/tests.mobile.targets
@@ -14,7 +14,7 @@
<PropertyGroup Condition="'$(TargetOS)' == 'Browser'">
<!-- We need to set this in order to get extensibility on xunit category traits and other arguments we pass down to xunit via MSBuild properties -->
- <RunScriptCommand>$HARNESS_RUNNER wasm test --engine=$(JSEngine) $(JSEngineArgs) --js-file=runtime.js -v --output-directory=$XHARNESS_OUT -- --enable-zoneinfo --run WasmTestRunner.dll $(AssemblyName).dll</RunScriptCommand>
+ <RunScriptCommand>$HARNESS_RUNNER wasm test --engine=$(JSEngine) $(JSEngineArgs) --js-file=runtime.js -v --output-directory=$XHARNESS_OUT -- --run WasmTestRunner.dll $(AssemblyName).dll</RunScriptCommand>
</PropertyGroup>
<!-- Generate a self-contained app bundle for Android with tests. -->