-
-
Notifications
You must be signed in to change notification settings - Fork 665
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
Disabling colors breaks test suite #1469
Comments
hey - yeah the intent wasn't to support running the ginkgo test suite with the environment variable on. but i can dig into fixing it. remind me again why you can't just use |
In Debian, we purposefully disable go111 modules to avoid downloading sources from the Internet. Instead, all dependencies come from the Debian archive. To do this at scale, we have helpers that set the appropriate environment variables and carefully construct the build trees. For better or worse, these helpers have the testing part of the Debian package build hardcoded with |
@onsi Hey, can create multi suit in same path? I want to diff case in diff suit, if right op?
|
hey @zhaohuxing this looks like it should be a new, different issue. can you open one if you'd like to discuss it further? For now: you don't need separate |
I don't think my original implementation in #1464 had this issue though...
The text was updated successfully, but these errors were encountered: