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
Environment: Ubuntu 16.04 ARMv7 or AMD64, gcc 5.4 Code revision: 720a1d0
Executing make all term ends with printing:
make all term
ALL NDN-LITE OVER RIOT UNIT TESTS PASSED.
However, the command fails to terminate. pstree -p indicates that the ndn-riot-tests/bin/native/ndn_lite_riot_unit_tests.elf program is still running.
pstree -p
ndn-riot-tests/bin/native/ndn_lite_riot_unit_tests.elf
This command should exit with zero if the tests pass, and exit with non-zero if the tests fail.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment: Ubuntu 16.04 ARMv7 or AMD64, gcc 5.4
Code revision: 720a1d0
Executing
make all term
ends with printing:However, the command fails to terminate.
pstree -p
indicates that thendn-riot-tests/bin/native/ndn_lite_riot_unit_tests.elf
program is still running.This command should exit with zero if the tests pass, and exit with non-zero if the tests fail.
The text was updated successfully, but these errors were encountered: