-
Notifications
You must be signed in to change notification settings - Fork 4
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 Kernel system type error when hitting enter upon boot #240
Comments
Sorry for the late reply, I just saw that today and didn't receive an email. Not sure what's going on. Thanks @bkuhlmann, |
The behaviour now is to run the launching command if it does not include placeholders like If retest is launched with placeholders like |
Thanks! Ah, OK, I've been using |
Yup the default behaviour is to run a single matching file and the --all option should be used if you can run the whole test suite locally. Thanks for reporting the issue. |
Why
Hello. 👋 I'm seeing an issue where upon initial launch of
retest
-- and hitting ENTER -- will cause the following exception:How
To recreate, launch
retest
in any project and immediately hit ENTER to recreate the above. The workaround is to runra
from therestest
command prompt to seed it with information and the problem goes away. This only happens upon initial launch.I'm guessing you'd want to ensure the
command
being passed tosystem
defaults tora
as that is the default behavior when hitting ENTER onceretest
is fully initialized.Notes
The text was updated successfully, but these errors were encountered: