-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add bat script to run integration tests #171
Add bat script to run integration tests #171
Conversation
Signed-off-by: Lou Marvin Caraig <[email protected]>
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.
LGTM but I have a question
run-integration-tests.bat
Outdated
:: we can't use makefile for windows because it depends on CI makefile which depends on shell | ||
|
||
:: compile sourced-ce | ||
if not exist build mkdir build |
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.
is not build/sourced-ce_windows_amd64
automatically created when runnuning go build -o build/sourced-ce_windows_amd64/sourced.exe ./cmd/sourced
on windows? In Ubuntu it does.
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.
You're right, the dirs are created by go build
itself. Addressed here: e3b9e9e.
Signed-off-by: Lou Marvin Caraig <[email protected]>
Signed-off-by: Lou Marvin Caraig <[email protected]>
I also changed the new line encoding to |
As part of #168.
This adds a bat script to run integration tests as we did for engine.
Integration tests can then be run as follows: