summaryrefslogtreecommitdiffstats
path: root/runtest.py
Commit message (Expand)AuthorAgeFilesLines
* update to latest SCons commitsRobert Managan2012-12-181-221/+268
|\
| * runtest.py: Enable -o, --output to save stdout/stderr into a fileanatoly techtonik2012-12-181-7/+15
| * runtest.py: Fix CRLFanatoly techtonik2012-12-181-2/+2
| * runtest.py: Replace `-o file --xml` with `--xml file`anatoly techtonik2012-12-171-27/+19
| * runtest.py: Exit with an error if no tests were foundanatoly techtonik2012-12-171-2/+7
| * runtest.py: remove --noqmtest optionanatoly techtonik2012-12-171-11/+3
| * Merge runtest.py fixesanatoly techtonik2012-12-171-20/+50
| |\
| | * runtest.py: Turn on unbuffered output ASAP.anatoly techtonik2012-12-151-13/+18
| | * runtest.py: Gradually moving from getopt to optparseanatoly techtonik2012-12-141-8/+33
| * | Add -jN support to runtest.py to run tests in parallelGary Oberbrunner2012-12-171-11/+72
| |/
| * Remove subprocess compatibility code used for Python < 2.4anatoly techtonik2012-12-121-148/+107
* | merge in changes from SCons defaultRobert Managan2012-12-151-16/+5
|\ \ | |/
| * os.spawnv is here since Python 1.6, removing compatibility codeanatoly techtonik2012-12-121-16/+5
* | Merge mainline tip.Russel Winder2012-10-041-4/+0
|\ \ | |/
| * - several smaller fixes to get all tests running under Buildbot againdirkbaechle2012-09-271-4/+0
* | Start the process of getting better support for D builds.Russel Winder2012-09-051-0/+0
|/
* - removed Aegis supportdirkbaechle2012-08-121-167/+17
* - fixed directory/file fixtures for "general" modedirkbaechle2012-08-121-26/+10
* - renamed the '-j' option to '-k', such that we can use the former for parall...dirkbaechle2012-08-091-35/+122
* - fixed usage of subprocess module in runtest.pydirkbaechle2012-08-031-4/+19
* - basic merge with source from the external scons-test-frameworkdirkbaechle2012-08-031-14/+128
* 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 fromSteven 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