mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Move the servo crate from root to components/servo
This commit is contained in:
parent
b2b6d4d0d1
commit
2f413c8937
15 changed files with 55 additions and 45 deletions
|
@ -99,7 +99,7 @@ fn run_test(file: String) {
|
|||
let stderr = InheritFd(2);
|
||||
let args = ["-z", "-f", infile.as_slice()];
|
||||
|
||||
let mut prc = match Command::new("target/servo")
|
||||
let mut prc = match Command::new("components/servo/target/servo")
|
||||
.args(args)
|
||||
.stdin(Ignored)
|
||||
.stdout(stdout)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue