aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/watch_dirs.py
Commit message (Collapse)AuthorAge
* Add copyrights to Python codeGravatar Craig Tiller2015-02-16
|
* Small tweaksGravatar Craig Tiller2015-01-27
| | | | | | Run faster on smaller machines. Don't watch '.' prefixed files for changes. These files don't typically contribute to builds, and are used as vim temp files.
* Various cosmetic improvements to run_tests.pyGravatar Nicolas Noble2015-01-14
| | | | | | | | | -) Adding a new command line flag to be able to see which tests are passing. -) Adding more status when the tool is idle in forever mode. -) Adding a last status when the tool is finished so to avoid leaving the console in a weird state. -) Adding a status message in the forever mode if the previous run failed. -) Swapped the message and its explanation, so you don't have to scroll up to see which test failed. -) Fixed a race condition in the watch_dir.py code if a file is deleted during the loop.
* Remove mutex as this process is now single threadedGravatar ctiller2015-01-09
| | | | | | | Change on 2015/01/09 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83610407
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-08
Change on 2015/01/07 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83451760