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

CI test output shown twice #21

Open
rade opened this issue Apr 4, 2016 · 0 comments
Open

CI test output shown twice #21

rade opened this issue Apr 4, 2016 · 0 comments
Labels

Comments

@rade
Copy link
Member

rade commented Apr 4, 2016

Take a look at a recent Weave CI test, in particular the output produced by the

$ cd $SRCDIR/test; eval $(./gce.sh hosts); export COVERAGE=true; ./run_all.sh (0)

test step.

It contains the entire output twice. Careful examination shows that it is literally copied, i.e. the tests have in fact only been run once - otherwise reported timing would differ.

The same happens in Scope CI.

I've gone back all the way to our first successful CI run, and the same problem is visible there.

So I do wonder whether this is in fact a recent Circle CI display breakage.

@rade rade added the bug label Apr 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant