servo/python
bors-servo f06e0a818d auto merge of #4048 : mttr/servo/mach_unit_test_fix, r=larsbergstrom
This is a quick and dirty workaround for issue #3928. Basically, `cargo test` is deleting `./target/servo`, which is clearly not ideal if we want to do anything with servo after running the unit tests. This PR makes sure to rebuild after running `./mach test-unit`.

I'm not familiar enough with cargo yet to know why it's doing this or what better alternatives there are to fixing this. Having to rebuild afterwards feels pretty ugly to me, but my rationalization right now is that the time it takes to build is negligible in comparison to the time it takes to run the tests. Ideally, this should be something we could take care of in Cargo.toml, but again, I'm new to this (and the documentation seems less than helpful from what I can tell so far).

I won't be available for the rest of the day, so if anyone has suggestions, or wants to wait for a better solution, I'll get back to it tomorrow probably. Otherwise, this PR at least makes `./mach test` work properly, so there's that.
2014-12-22 14:05:34 -07:00
..
mach Update mach to latest changes from mozilla-central 2014-11-23 16:29:29 -08:00
mozdebug mozilla-central modules for debugger detection 2014-11-23 23:21:28 -08:00
mozinfo mozilla-central modules for debugger detection 2014-11-23 23:21:28 -08:00
servo auto merge of #4048 : mttr/servo/mach_unit_test_fix, r=larsbergstrom 2014-12-22 14:05:34 -07:00
toml Update toml.py to upstream 1069d2449760525535ca77514a92e9237ee0deaf 2014-10-20 22:20:15 -07:00
licenseck.py Cleaned up python/licenseck.py 2014-09-10 10:01:46 +12:00
mach_bootstrap.py mozilla-central modules for debugger detection 2014-11-23 23:21:28 -08:00
tidy.py Make tidy ingore new target dir 2014-12-04 22:21:42 -08:00