From fc4c0b3f9dd4af5d6a2c3aac2db3400591912a95 Mon Sep 17 00:00:00 2001 From: edunham Date: Fri, 15 Apr 2016 11:02:48 -0700 Subject: [PATCH] run test-tidy --self-test fixes https://github.com/servo/saltfs/issues/318 --- buildbot/master/files/config/master.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/buildbot/master/files/config/master.cfg b/buildbot/master/files/config/master.cfg index 3b9c7e9e..55f4b938 100644 --- a/buildbot/master/files/config/master.cfg +++ b/buildbot/master/files/config/master.cfg @@ -104,6 +104,7 @@ mac_test_env = dict({ linux_dev_factory = create_servo_factory([ steps.ShellCommand(command=["./mach", "test-tidy", "--no-progress"], env=linux_headless_env), + steps.ShellCommand(command=["./mach", "test-tidy", "--no-progress", "--self-test"], env=linux_headless_env), steps.Compile(command=["./mach", "build", "--dev"], env=linux_headless_env), steps.ShellCommand(command=["./mach", "test-compiletest"], env=linux_headless_env), steps.ShellCommand(command=["./mach", "test-unit"], env=linux_headless_env),