mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
add full api to engine (#50)
Signed-off-by: eric-therond <eric.therond.fr@gmail.com>
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@ fn run_opa_tests(opa_tests_dir: String, folders: &[String]) -> Result<()> {
|
||||
let path = Path::new("target/opa/failures").join(path_dir);
|
||||
std::fs::create_dir_all(path.clone())?;
|
||||
|
||||
let mut cmd = "cargo run --example dregorus eval".to_string();
|
||||
let mut cmd = "cargo run --example regorus eval".to_string();
|
||||
if let Some(data) = &case.data {
|
||||
let json_path = path.join(format!("data{n}.json"));
|
||||
cmd += format!(" -d {}", json_path.display()).as_str();
|
||||
|
||||
Reference in New Issue
Block a user