-
Notifications
You must be signed in to change notification settings - Fork 168
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
Add CheckConsoleText(WIP) #3868
Conversation
Skipping CI for Draft Pull Request. |
Since I had a problem with localizing the consolefile I changed the code slightly to present contents of a /tmp/kola directory. I then wrote a simple logic to eliminate errors and output the content of a file for testing. This will certainly be squashed, and cleaned up - for now uploading just so I can somewhat track my progress here.
As I work on this issue I noticed that awaitCompletion() does not specify what |
Running the tests with |
Now, that makes sense :) Merci! |
Just a quick update:
Will work on the above and push once completed. |
Ref: #3788