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

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Skupin <mail@hskupin.info>2019-01-29 01:24:52 +0300
committerHenrik Skupin <mail@hskupin.info>2019-01-29 01:26:07 +0300
commit17945ac838449dda1defc8cda0c6dadb042519b2 (patch)
treec95252edc1cfa7665d5d1a70cff10ed2673fde24 /moz.build
parentdb536edd5187fad9282d8c7670e844f4cb5dba3b (diff)
import of v0.24.0v0.24.0
Diffstat (limited to 'moz.build')
-rw-r--r--moz.build18
1 files changed, 8 insertions, 10 deletions
diff --git a/moz.build b/moz.build
index 6222abf..1dd7026 100644
--- a/moz.build
+++ b/moz.build
@@ -6,17 +6,15 @@ RUST_PROGRAMS += ["geckodriver"]
# Some Rust build scripts compile C/C++ sources, don't error on warnings for them.
AllowCompilerWarnings()
-# https://bugzil.la/1425365
-if CONFIG["OS_ARCH"] != "WINNT":
- RUST_TESTS = [
- "geckodriver",
- "webdriver",
+RUST_TESTS = [
+ "geckodriver",
+ "webdriver",
- # TODO: Move to mozbase/rust/moz.build once those crates can be
- # tested separately.
- "mozprofile",
- "mozrunner",
- "mozversion",
+ # TODO: Move to mozbase/rust/moz.build once those crates can be
+ # tested separately.
+ "mozprofile",
+ "mozrunner",
+ "mozversion",
]
with Files("**"):