-
Notifications
You must be signed in to change notification settings - Fork 173
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
Tests runner does not work with '--keep-temp-file' option #357
Comments
Oh, right now I needed it to catch the bug :D Ok, at least I don't have to implement this in Python. Thank you for the quick fix. |
If it's useful, you can restore it by all means. :) Just revert those two commits. |
I said it's not useful because when a test fails, it automatically keeps temporary files. And keeping files for tests that passed is normally not required. |
But it's useful for debugging test runner itself :) |
Yes, sure! Let's restore it. |
Here it is (restored): 5de6ae6. |
Thank you! |
Hello,
I recently started working on tests runner in Python (see #331 (comment)). Today I wanted to check that I handle
--keep-temp-file
option correctly. So I ran the originalrun_tests.sh
script to see how it works. Unfortunately I found it was not working:Everything works like a charm without
--keep-temp-file
option. Here is some info about my environment:I used to branch this commit: 4a89dc2 and I have not changed
run_tests.sh
file on my branch. Let me know if I can provide more info or step by step steps to reproduce .The text was updated successfully, but these errors were encountered: