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: Fix arguments that contain whitespaces #2007

Merged
merged 1 commit into from
Feb 26, 2023
Merged

Conversation

jcs090218
Copy link
Member

There is an upstream change from Eask, update this to fix CI.

And, I realized the buttercup tests was never completely run on Windows,

Ran 3 out of 113 specs, 0 failed, in 5.56s.

This PR should fix that as well.

@@ -63,7 +63,7 @@ version."
(when version
(let* ((name (format "flycheck-%s" version))
(url (format "http://melpa.org/packages/%s.tar" name)))
(with-timeout (5)
(with-timeout (30)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this is reverted. 😕

@bbatsov bbatsov merged commit f6ecc3e into flycheck:master Feb 26, 2023
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.

None yet

2 participants