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

DAP-G always returns 1 as exit code #21

Open
probalica19 opened this issue Mar 16, 2021 · 0 comments
Open

DAP-G always returns 1 as exit code #21

probalica19 opened this issue Mar 16, 2021 · 0 comments

Comments

@probalica19
Copy link

Hi,

I have noticed that when I run any of the DAP-G commands following these instructions with provided test files I get the error code 1. I have all the outputs and everything seems fine, however if I run echo $? I get the error 1, even though the previous commands didn't result in any error messages.

I am guessing that this has something to do with the last couple of lines in the main.cc file:

    // all done, print all configs
    con.print_dap_config();

    con.run();
    return 1;

Is this behavior expected?

Thank you in advance,

probalica

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

No branches or pull requests

1 participant