Commit 2720725d authored by rocking's avatar rocking
Browse files

Fix CI fail

parent eac452ab
...@@ -84,5 +84,5 @@ int main() ...@@ -84,5 +84,5 @@ int main()
pass = ck::utils::check_err(y, y_host); pass = ck::utils::check_err(y, y_host);
} }
return pass; return (pass ? 0 : 1);
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment