tests/run-make: update tests to use new API
This commit is contained in:
parent
54e704437b
commit
ca95f783c1
8 changed files with 8 additions and 8 deletions
|
@ -9,5 +9,5 @@ fn main() {
|
|||
.output(&out_dir)
|
||||
.run();
|
||||
// FIXME (GuillaumeGomez): Port the python script to Rust as well.
|
||||
assert!(python_command().arg("validate_json.py").arg(&out_dir).status().unwrap().success());
|
||||
python_command().arg("validate_json.py").arg(&out_dir).run();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue