1
Fork 0

tests/run-make: update tests to use new API

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-06-09 15:45:57 +00:00
parent 54e704437b
commit ca95f783c1
8 changed files with 8 additions and 8 deletions

View file

@ -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();
}