You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think asv interface can be improved by making --strict parameter of the run command to be the default. It makes the command return an exit code != 0 if things break, which I think it's the behavior that user would expect.
I'll also remove the parameter, since ignoring errors can be simply done as asv | true.