summaryrefslogtreecommitdiff
path: root/runtest.py
Commit message (Expand)AuthorAgeFilesLines
* runtest.py: added doc for useful env vars.Gary Oberbrunner2011-05-171-0/+5
* allow runtest.py -f file to have list of files with whitespace before or afte...William Deegan2011-03-071-0/+1
* remove Python 1.5.2 compatibility code from runtest.pyAnatoly Techtonik2010-07-051-20/+3
* Windows portability fixes in various tests. Fix runtest.py detectionSteven Knight2010-06-061-1/+7
* Convert old-style classes in miscellaneous files to new-stylre classes:Steven Knight2010-05-211-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-2/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-211-0/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-201-0/+1
* Index: test/Variables/help.pyGreg Noel2010-04-191-11/+0
* Add a -3 option to print Python 3.x incompatibility warnings during tests.Steven Knight2010-04-191-2/+13
* Replace remaining os.path.walk() calls with os.walk().Steven Knight2010-04-181-32/+41
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-5/+27
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-39/+38
* Only escape the executable python string itself on the display line.Steven Knight2010-01-271-4/+5
* Fix the tests of runtest.py now that QMTest is no longer being usedSteven Knight2009-12-161-24/+40
* Disable QMTest by default, leave it available when --qmtest is used.Steven Knight2009-12-151-13/+14
* - Merged r4228 (Bugfix for runtest.py) from branches/installerLukas Erlinghagen2009-06-131-1/+1
* Issue 2306: Exclude non-test files from regression tests. While runtest.pyGreg Noel2009-05-081-9/+16
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Fix execution on systems where qmtest is in a path that contains spacesSteven Knight2009-02-071-1/+3
* Update the runtest.py test for the error message change.Steven Knight2009-01-311-1/+3
* runtest.py: find qmtest as qmtest.py on Windows.Gary Oberbrunner2009-01-311-7/+15
* Rudimentary Python 2.6 portability in the test infrastructure, fixingSteven Knight2008-10-071-17/+28
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-3/+5
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-0/+1
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-2/+5
* Merged revisions 1826-1882 via svnmerge from0.96.96Steven Knight2007-04-131-0/+1
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-6/+13
* Merged revisions 1667-1674 via svnmerge fromSteven Knight2006-11-041-11/+24
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-119/+145
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-31/+155
* runtest.py options to suppress execution and to list tests.Steven Knight2006-03-241-17/+36
* Add a --verbose option to runtest.py. (Baptiste Lepilleur) Fix (?) a deadlo...Steven Knight2006-02-171-3/+9
* Add a -t (timing) option to runtest.py. (Baptiste Lepilleur) Add sections t...Steven Knight2006-02-121-2/+26
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-141-1/+1
* Add a self-contained test for not rebuilding generated header files. (Patric...Steven Knight2005-10-031-1/+4
* Update test infrastructure and ae2cvs utility to latest. Fix runtest.py's sw...Steven Knight2005-08-171-16/+36
* Support commenting out lines in a runtest.py -f file.Steven Knight2005-03-301-1/+4
* Change the copyright statement to reflect ownership by the foundation. Add a...Steven Knight2004-07-301-2/+15
* Enhance runtest.py and add a script for automated regression-test runs.Steven Knight2004-07-291-50/+149
* Add a -f option to the runtest.py script.Steven Knight2004-04-251-2/+10
* Accomodate white space in path names when running tests.Steven Knight2004-01-271-1/+8
* Re-synchronize the CVS tree after a SourceForge file system catastrophe.Steven Knight2003-08-271-0/+7
* Fix runtest.py if Aegis is installed but it's not being run inside an active ...Steven Knight2003-07-061-3/+6
* Fix the ability to execute tests without Aegis.Steven Knight2003-06-191-2/+3
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-6/+11
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-0/+1
* Add the current PYTHONPATH to runtest.py so tests can pick up distutils in no...Steven Knight2003-04-121-0/+5
* Fix case-sensitive packaging problem on Win32.Steven Knight2003-02-071-3/+12
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-5/+15