We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make test
make test always ends with an error and non 0 status code, despite success:
➜ make test FAST_TEST=true Running tests: GetVersion: . OK HealthCheck: ..... OK Session Simulations: .. OK 8 of 8 tests passed make[1]: Entering directory '/home/bart/projects/cartesi/machine-emulator-sdk/server-manager/src' make[1]: *** [Makefile:255: clean-test-processes] Terminated make[1]: Leaving directory '/home/bart/projects/cartesi/machine-emulator-sdk/server-manager/src' make: *** [Makefile:260: test] Error 2 ➜ echo $? 2
Exit status should be 0.
The text was updated successfully, but these errors were encountered:
vfusco
No branches or pull requests
Context
make test
always ends with an error and non 0 status code, despite success:Expected behavior
Exit status should be 0.
The text was updated successfully, but these errors were encountered: