-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Use full test suite on make test #783
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
Use full test suite on make test #783
Conversation
|
I don't think snifftest is needed anymore, it's all covered by integration test, so I tried to remove it in #785 WDYT? |
|
I'll respond in the issue. |
|
LGTM |
Makefile
Outdated
|
|
||
| localintegration: | ||
| localintegration: all | ||
| bats tests/integration${TESTFLAGS} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to always run this in TAP mode via -t while at it? Jenkins doesn't log very nicely the output otherwise.
|
@mlaventure I've updated it to use |
|
@cyphar Thanks, output is a lot more readable now! |
|
Are you okay with this @mrunalp @crosbymichael ? |
|
i got this when running locally after the unit test run |
|
@crosbymichael Are you running the tests as root? Also, there doesn't appear to be an error message in your output. |
|
@cyphar i thought it was supposed to run them in the container now so i'm just running |
Enable the full test suite to run on `make test`. They also all run inside a Docker container for maximum reproducibility. Signed-off-by: Aleksa Sarai <[email protected]>
|
Ah, I see now that you were running |
|
LGTM |
Remove range limit
Enable the full test suite to run on
make test. They also all runinside a Docker container for maximum reproducibility.
Signed-off-by: Aleksa Sarai [email protected]