From 4b6454561c9aa328e45eac28c6f55350d132e526 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Wed, 17 Jun 2015 22:24:00 -0600 Subject: [PATCH] Build and Run test-css on mac3 in release mode. --- buildbot/master/master.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildbot/master/master.cfg b/buildbot/master/master.cfg index f5836d47..f255abe9 100644 --- a/buildbot/master/master.cfg +++ b/buildbot/master/master.cfg @@ -165,8 +165,8 @@ mac2_factory.addStep(Compile(command=["./mach", "build-cef"], env=mac_test_env)) mac3_factory = BuildFactory() mac3_factory.addStep(Git(repourl=SERVO_REPO, mode="full", method="clobber")) -mac3_factory.addStep(Compile(command=["./mach", "build", "--dev"], env=mac_test_env)) -mac3_factory.addStep(ShellCommand(command=["./mach", "test-css", "--processes", "4", +mac3_factory.addStep(Compile(command=["./mach", "build", "--release"], env=mac_test_env)) +mac3_factory.addStep(ShellCommand(command=["./mach", "test-css", "--release", "--processes", "4", "--log-raw", "wpt_raw.log"], env=mac_test_env, logfiles={"wpt_raw.log": "wpt_raw.log"}))