Loading
Bug 1253203 - Normalize path separators in MozbuildObject. r=gps
The upcoming move of the configure.py initialization to sandboxed moz.configure changes the path separators for topsrcdir and topobjdir from native to always use forward-slashes, which confuses the hell out of the test_base.py test. Settle the issue by declaring that MozbuildObject will always use forward-slashed paths for topsrcdir and topobjdir.