mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
More OPA conformance; in-progress: ability to trace interpreter (#63)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
73ee18f002
commit
577e1aa8db
+3
-1
@@ -145,7 +145,9 @@ fn run_opa_tests(opa_tests_dir: String, folders: &[String]) -> Result<()> {
|
||||
println!("\n{} failed.", case.note);
|
||||
println!("{}", serde_yaml::to_string(&case)?);
|
||||
match &r {
|
||||
Ok(actual) => println!("GOT\n{}", serde_yaml::to_string(&actual)?),
|
||||
Ok(actual) => {
|
||||
println!("GOT\n{}", serde_yaml::to_string(&actual)?);
|
||||
}
|
||||
Err(e) => println!("ERROR: {e}"),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user