GNOME Bugzilla – Bug 639948
Make runtests.py able to run command-line provided test files
Last modified: 2011-02-09 17:44:21 UTC
This is more friendly to run specific files when you are actually hacking tests, because defining an env var is annoying, and the test suite is huge. Also, the script has been chmodded +x, so one doesn't have to write 'python'
Created attachment 178725 [details] [review] Make runtests.py able to run command-line provided test files With this patch we are now able to run ./runtests.py <somefile>, which is more friendly than defining an environment variable to run some specific tests.
Comment on attachment 178725 [details] [review] Make runtests.py able to run command-line provided test files Thanks!
Attachment 178725 [details] pushed as 3cca62a - Make runtests.py able to run command-line provided test files