Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse steps.Test instead of steps.Compile for './mach test-unit' on Windows #343
Comments
bors-servo
added a commit
that referenced
this issue
Apr 28, 2016
Use steps.Test instead of steps.Compile fix #343 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/345) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Apr 28, 2016
Use steps.Test instead of steps.Compile fix #343 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/345) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Windows Buildbot factory has a hard-coded list of steps, since the heuristics added in #325 can't yet handle the extra Windows boilerplate. The second step runs
./mach test-unit; until our heuristics are fixed (not so easy), this should be run as asteps.Teststep instead of asteps.Compilestep.Files: