Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exit 65 (EX_DATAERR) if file can't be optimized, for now #1397

Conversation

bradgrantham-lunarg
Copy link
Contributor

No description provided.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 109992.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 3642 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 3642 passed.

@@ -133,7 +133,7 @@ void GetUnreferencedResources(const std::string& in
{
GFXRECON_WRITE_CONSOLE("File did not contain trim state setup - no optimization was performed");
gfxrecon::util::Log::Release();
exit(0);
exit(65);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

65 sounds oddly specific but why not?

@bradgrantham-lunarg bradgrantham-lunarg merged commit 3c16275 into LunarG:dev Jan 5, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants