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

Fix tests! Green Travis build!! :D #8

Merged
merged 2 commits into from
May 6, 2018
Merged

Conversation

NHDaly
Copy link
Owner

@NHDaly NHDaly commented May 6, 2018

Changes to test/examples.jl to make more robust accross different systems
(including, of course, Travis). This should make it more robust to other
people's machines as well.

Change .travis.yml to actually build and install Blink, so that the Blink test works on Travis as well! :)

NHDaly added 2 commits May 5, 2018 23:52
Use `mktemp()` for builddir so the tests aren't writing in the package
dir.

Change `julia build_app.jl` call to `--verbose` so that we can
see in the Travis output why it's failing.

Change build_app.jl script invocation from `@test success(cmd)` to
`@test contains(readstring(cmd), "Done building")`. This verifies that
the script finishes (the same as the first method), but on a failure it
actually prints the output, unlike `@test success` which supresses it.

--

Disable blink.jl example test because it's not yet working on Travis.
@NHDaly NHDaly merged commit b8fae13 into master May 6, 2018
@NHDaly NHDaly deleted the build_failures_travis branch May 6, 2018 05:22
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

Successfully merging this pull request may close these issues.

1 participant