summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* mkvirtualenv may exit 1 when on success !?bugfix-virtualenvJeff Quast2015-04-241-1/+2
|
* Merge remote-tracking branch 'origin/freebsd-support' into bugfix-virtualenvJeff Quast2015-04-242-2/+7
|\
| * FreeBSD: Document magic max canon value of 1920Jeff Quast2015-02-221-1/+2
| |
| * FreeBSD: catch 'ValueError: signal number out of range'_is_solaris-badvalJeff Quast2015-02-211-1/+5
| | | | | | | | | | | | The ./tools/display-sighandlers.py script is only used for debugging build issues. On FreeBSD, some signal numbers are "out of range" that are reported by the 'signal' module.
* | Always re-create virtualenv.Jeff Quast2015-04-241-1/+2
|/ | | | | In the case of osx.pexpect.org, a 'brew upgrade' was run, which updated the system python and screwed up re-using the existing
* Comment on the cause for 'group executable' == noissue-104-cannot-exec-setuidsJeff Quast2014-12-191-1/+1
|
* uninstall ptyprocess before install in runtests.shJeff Quast2014-12-181-0/+1
|
* export LANG=en_US.UTF-8 in teamcity-runtests.shJeff Quast2014-11-271-0/+2
|
* move locale display before try-clause for non-ttysJeff Quast2014-11-271-1/+1
|
* Display locale in tools/display-terminalinfo.pyJeff Quast2014-11-271-0/+4
|
* export PYTHONIOENCODING=UTF8 in test runnerJeff Quast2014-11-271-0/+1
|
* Merge pull request #151 from pexpect/teamcity-coverage-supportThomas Kluyver2014-11-252-3/+31
|\ | | | | Teamcity coverage support
| * Fix TeamCity Service Messages, 'key', not '<key>'teamcity-coverage-supportJeff Quast2014-11-241-2/+2
| |
| * Fix quoting of TeamCity Service MessageJeff Quast2014-11-241-1/+1
| |
| * Fix awk: redirect in coverage_fileJeff Quast2014-11-241-2/+2
| |
| * Fix TeamCity Service Message quotingJeff Quast2014-11-241-4/+4
| |
| * Allow teamcity to track coverage for buildsJeff Quast2014-11-242-3/+31
| | | | | | | | | | | | | | We'll still use coveralls.io, though! This just makes it so that TeamCity is aware of change of code coverage when viewing build results.
* | More non-TTY support for display-terminalinfo.pyJeff Quast2014-11-241-3/+4
| |
* | TeamCity build agents, however, are not TTY'sJeff Quast2014-11-241-15/+20
| |
* | py3 compatibility for display-terminalinfo.pyJeff Quast2014-11-241-6/+5
| |
* | Fix failing tests, on OSX at least. Pushing ..Jeff Quast2014-11-241-0/+200
|/
* spellfix of 'exit'Jeff Quast2014-11-241-1/+1
|
* exit 0 for for runtests, #test failures dominateJeff Quast2014-11-231-2/+9
|
* Allow coverage to report even on failing testsJeff Quast2014-11-231-1/+4
| | | | | | This prevents the obscure "artifact dependencies could not be resolved" message in TeamCity and is favored by the more appropriate "such and such tests failed".
* Resolve pip --upgrade commandJeff Quast2014-11-231-1/+1
| | | | Double requirement given: pytest (already in pytest, name='pytest')
* Install pytest & friends to virtualenvJeff Quast2014-11-231-3/+5
|
* Fixes and error detection for runtests.shJeff Quast2014-11-231-7/+10
|
* Introduce script to display all signal handlersJeff Quast2014-11-231-0/+20
| | | | | | | | Having a strange issue that only occurs on teamcity agents, but not from a local shell. I suspect it may have to do with isatty() or the build agent "launcher" which monitors and restarts the agent should it disappear.
* Delete unused files from tools/Jeff Quast2014-11-238-480/+0
| | | | | | | | | | Many are related to sourceforge (websync, sfupload), or related to documentation building (we use readthedocs), noah's dotfiles are also in here (256K), or contain NameError (pyed). This leaves getkey and step, which do not seem terribly useful to include in the pexpect archive.
* Provide test-runner for teamcityJeff Quast2014-11-231-0/+41
|
* Remove ancient script for testing on Sourceforge compile farm (long since gone)Thomas Kluyver2014-06-011-71/+0
|
* Remove old test runner machineryThomas Kluyver2014-06-011-89/+0
|
* remove all unnecessary importsjquast2014-06-014-11/+6
|
* Don't run performance tests on TravisThomas Kluyver2013-09-251-0/+6
|
* Improvements to test frameworkThomas Kluyver2013-09-251-1/+1
|
* Don't use six for testsThomas Kluyver2013-09-231-2/+3
|
* use print_ from six.py for py2.5 compatibilityjquast2013-09-221-3/+3
|
* display python interpreter version in testall.pyjquast2013-09-221-1/+3
|
* Python 3 support in test_winsizeThomas Kluyver2013-09-181-4/+6
|
* Moved everything up one directory level.Noah Spurrier2012-10-2610-0/+634