aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sanity/check_test_filtering.py
Commit message (Collapse)AuthorAge
* Modify shebang on python scriptsGravatar Siddharth Shukla2017-03-12
| | | | | Change shebangs to `#!/usr/bin/env python` instead of `#!/usr/bin/env python2.7`.
* Make testing scripts python3.x compatibleGravatar Siddharth Shukla2017-03-12
| | | | | Update run_tests/*.py to use six based isomorphisms and print function from __future__ module.
* cleanup tools/run_tests directoryGravatar Jan Tattermusch2016-12-22
|
* Remove sanity test filteringGravatar Matt Kwong2016-11-07
|
* Add tests for pull request test filteringGravatar Matt Kwong2016-10-31