index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix running tests in subdir as argument to runtest.py, e.g.
anatoly techtonik
2014-03-24
1
-2/+2
*
runtest.py: Make sure --runner argument is only passed to unit tests
anatoly techtonik
2014-03-21
1
-2/+5
*
Make runner for unit tests configurable, add TAPTestRunner that formats
anatoly techtonik
2014-03-20
1
-3/+11
*
runtest.py: Remove double check if no tests are found.
anatoly techtonik
2014-03-20
1
-8/+3
*
runtest.py: Simplify test discovery code (and show where unittests are)
anatoly techtonik
2014-03-20
1
-20/+31
*
runtest.py: "module tests" are properly named "end-to-end" tests
anatoly techtonik
2014-03-20
1
-3/+4
*
runtest.py: Improve cmdline help readability with hg-style format
anatoly techtonik
2014-03-17
1
-22/+22
*
runtest.py: Show usage lines on error, improve help message
anatoly techtonik
2014-03-13
1
-16/+12
*
runtest.py: Clarify code a bit
anatoly techtonik
2014-03-07
1
-3/+13
*
runtest.py: Remove qmtest support
anatoly techtonik
2014-03-06
1
-71/+3
*
runtest.py: Rewrite module description
anatoly techtonik
2014-03-06
1
-9/+8
*
Addition of warning if build doesn't build expected targets.
Tom Tanner
2013-09-26
1
-13/+25
*
update to latest SCons commits
Robert Managan
2012-12-18
1
-221/+268
|
\
|
*
runtest.py: Enable -o, --output to save stdout/stderr into a file
anatoly techtonik
2012-12-18
1
-7/+15
|
*
runtest.py: Fix CRLF
anatoly techtonik
2012-12-18
1
-2/+2
|
*
runtest.py: Replace `-o file --xml` with `--xml file`
anatoly techtonik
2012-12-17
1
-27/+19
|
*
runtest.py: Exit with an error if no tests were found
anatoly techtonik
2012-12-17
1
-2/+7
|
*
runtest.py: remove --noqmtest option
anatoly techtonik
2012-12-17
1
-11/+3
|
*
Merge runtest.py fixes
anatoly techtonik
2012-12-17
1
-20/+50
|
|
\
|
|
*
runtest.py: Turn on unbuffered output ASAP.
anatoly techtonik
2012-12-15
1
-13/+18
|
|
*
runtest.py: Gradually moving from getopt to optparse
anatoly techtonik
2012-12-14
1
-8/+33
|
*
|
Add -jN support to runtest.py to run tests in parallel
Gary Oberbrunner
2012-12-17
1
-11/+72
|
|
/
|
*
Remove subprocess compatibility code used for Python < 2.4
anatoly techtonik
2012-12-12
1
-148/+107
*
|
merge in changes from SCons default
Robert Managan
2012-12-15
1
-16/+5
|
\
\
|
|
/
|
*
os.spawnv is here since Python 1.6, removing compatibility code
anatoly techtonik
2012-12-12
1
-16/+5
*
|
Merge mainline tip.
Russel Winder
2012-10-04
1
-4/+0
|
\
\
|
|
/
|
*
- several smaller fixes to get all tests running under Buildbot again
dirkbaechle
2012-09-27
1
-4/+0
*
|
Start the process of getting better support for D builds.
Russel Winder
2012-09-05
1
-0/+0
|
/
*
- removed Aegis support
dirkbaechle
2012-08-12
1
-167/+17
*
- fixed directory/file fixtures for "general" mode
dirkbaechle
2012-08-12
1
-26/+10
*
- renamed the '-j' option to '-k', such that we can use the former for parall...
dirkbaechle
2012-08-09
1
-35/+122
*
- fixed usage of subprocess module in runtest.py
dirkbaechle
2012-08-03
1
-4/+19
*
- basic merge with source from the external scons-test-framework
dirkbaechle
2012-08-03
1
-14/+128
*
runtest.py: added doc for useful env vars.
Gary Oberbrunner
2011-05-17
1
-0/+5
*
allow runtest.py -f file to have list of files with whitespace before or afte...
William Deegan
2011-03-07
1
-0/+1
*
remove Python 1.5.2 compatibility code from runtest.py
Anatoly Techtonik
2010-07-05
1
-20/+3
*
Windows portability fixes in various tests. Fix runtest.py detection
Steven Knight
2010-06-06
1
-1/+7
*
Convert old-style classes in miscellaneous files to new-stylre classes:
Steven Knight
2010-05-21
1
-2/+2
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
1
-2/+0
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-21
1
-0/+1
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-20
1
-0/+1
*
Index: test/Variables/help.py
Greg Noel
2010-04-19
1
-11/+0
*
Add a -3 option to print Python 3.x incompatibility warnings during tests.
Steven Knight
2010-04-19
1
-2/+13
*
Replace remaining os.path.walk() calls with os.walk().
Steven Knight
2010-04-18
1
-32/+41
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
1
-5/+27
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-39/+38
*
Only escape the executable python string itself on the display line.
Steven Knight
2010-01-27
1
-4/+5
*
Fix the tests of runtest.py now that QMTest is no longer being used
Steven Knight
2009-12-16
1
-24/+40
*
Disable QMTest by default, leave it available when --qmtest is used.
Steven Knight
2009-12-15
1
-13/+14
*
- Merged r4228 (Bugfix for runtest.py) from branches/installer
Lukas Erlinghagen
2009-06-13
1
-1/+1
[next]